README.md in spree-2.4.7 vs README.md in spree-2.4.8
- old
+ new
@@ -41,12 +41,12 @@
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.
```shell
-gem install rails -v 4.1.9
+gem install rails -v 4.1.11
gem install spree
-rails _4.1.9_ new my_store
+rails _4.1.11_ 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.