diff --git a/README.md b/README.md index 6521c90..27458a1 100644 --- a/README.md +++ b/README.md @@ -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: