From 18ed28b705ace768bad555aeddea8f2a0ec9c32c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Trung=20L=C3=AA?= Date: Sun, 2 Dec 2012 23:01:19 +1100 Subject: [PATCH] Update README for 1-2-stable [ci skip] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: