README.md in spree-3.0.0 vs README.md in spree-3.0.1
- old
+ new
@@ -1,9 +1,5 @@
-**THIS README IS FOR THE MASTER BRANCH OF SPREE AND REFLECTS THE WORK CURRENTLY
-EXISTING ON THE MASTER BRANCH. IF YOU ARE WISHING TO USE A NON-MASTER BRANCH OF
-SPREE, PLEASE CONSULT THAT BRANCH'S README AND NOT THIS ONE.**
-
SUMMARY
-------
Spree is a complete open source e-commerce solution built with Ruby on Rails. It
was originally developed by Sean Schofield and is now maintained by a dedicated
@@ -35,21 +31,17 @@
[![Issue Stats](http://issuestats.com/github/spree/spree/badge/issue)](http://issuestats.com/github/spree/spree)
Installation
------------
-**THIS README IS FOR THE MASTER BRANCH OF SPREE AND REFLECTS THE WORK CURRENTLY
-EXISTING ON THE MASTER BRANCH. IF YOU ARE WISHING TO USE A NON-MASTER BRANCH OF
-SPREE, PLEASE CONSULT THAT BRANCH'S README AND NOT THIS ONE.**
-
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.2.0
+gem install rails -v 4.2.1
gem install spree
-rails _4.2.0_ new my_store
+rails _4.2.1_ 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.
@@ -90,13 +82,9 @@
line:
```ruby
gem 'spree', github: 'spree/spree'
```
-
-**Note: The master branch is not guaranteed to ever be in a fully functioning
-state. It is unwise to use this branch in a production system you care deeply
-about.**
Once you've done that, then you can install these gems using this command:
```shell
bundle install