README.md in spree-1.1.1 vs README.md in spree-1.1.2.rc1
- old
+ new
@@ -27,13 +27,13 @@
------------
The fastest way to get started is by using the spree command line tool
available in the spree gem which will add Spree to an existing Rails application.
- $ gem install rails -v 3.2.3
+ $ gem install rails -v 3.2.6
$ gem install spree
- $ rails new my_store
+ $ rails _3.2.6_ new my_store
$ spree install my_store
This will add the Spree gem to your Gemfile, create initializers, copy migrations and
optionally generate sample products and orders.
@@ -46,14 +46,14 @@
$ spree install my_store -A
Using the Gem
-------------
-You can manually add Spree to your Rails 3.x application. Add Spree to
+You can manually add Spree to your Rails 3.2.x application. Add Spree to
your Gemfile.
```ruby
-gem 'spree', '1.1.0'
+gem 'spree', '1.1.1'
```
Update your bundle
$ bundle install