README.md in spree-1.1.5 vs README.md in spree-1.1.6

- 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.11 + $ gem install rails -v 3.2.12 $ gem install spree - $ rails _3.2.11_ new my_store + $ rails _3.2.12_ 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. @@ -50,10 +50,10 @@ You can manually add Spree to your Rails 3.2.x application. Add Spree to your Gemfile. ```ruby -gem 'spree', '1.1.5' +gem 'spree', '1.1.6.beta' ``` Update your bundle $ bundle install