README.md in bouquet-0.2.1 vs README.md in bouquet-0.2.2
- old
+ new
@@ -5,10 +5,12 @@
## Installation
Add this line to your application's Gemfile:
```ruby
-gem 'bouquet'
+gem 'bouquet-core', github: 'dddrb/bouquet'
+gem 'bouquet-gate', github: 'dddrb/bouquet'
+gem 'bouquet-store', github: 'dddrb/bouquet'
```
## Usage
```