README.md in spree-1.3.0.rc1 vs README.md in spree-1.3.0.rc2
- old
+ new
@@ -1,8 +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
@@ -22,11 +19,12 @@
All of the gems are designed to work together to provide a fully functional e-commerce platform. It is also possible,
however, to use only the pieces you are interested in. So for example, you could use just the barebones spree\_core gem
and perhaps combine it with your own custom promotion scheme instead of using spree_promo.
-[![Build Status](https://secure.travis-ci.org/spree/spree.png)](http://travis-ci.org/spree/spree)
+[![Build Status](https://secure.travis-ci.org/spree/spree.png?branch=1-3-stable)](https://travis-ci.org/spree/spree)
[![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/spree/spree)
+
Installation
------------
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.