Update README for 1-2-stable [ci skip]

This commit is contained in:
Trung Lê 2012-12-02 23:01:19 +11:00
parent 1c4b4d0b4a
commit 18ed28b705
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Official PayPal Express for Spree
[![Build Status](https://secure.travis-ci.org/spree/spree_paypal_express.png?branch=master)](http://travis-ci.org/spree/spree_paypal_express)
[![Build Status](https://secure.travis-ci.org/spree/spree_paypal_express.png?branch=1-2-stable)](http://travis-ci.org/spree/spree_paypal_express)
This is the official PayPal Express extension for Spree, based on the extension by PaulCC it has been extended to support Spree's
Billing Integrations which allows users to configure the PayPal Express gateway including API login / password and signatures fields
@ -28,7 +28,7 @@ Installation
1. Add the following line to your application's Gemfile
gem "spree_paypal_express", :git => "git://github.com/spree/spree_paypal_express.git"
gem 'spree_paypal_express', :git => 'git://github.com/spree/spree_paypal_express.git', :branch => '1-2-stable'
2. Install the gem using Bundler: