From a0e23e06e6d9f425e28e2ac8ed3a3292eaa3532a Mon Sep 17 00:00:00 2001 From: Sawan Gupta Date: Wed, 23 Nov 2016 14:28:33 +0530 Subject: [PATCH] Add 3-1-stable branch in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b663db7..b8b3792 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ SpreeAddressAutoComplete allows you to use suggested address functionality using 1. Add this extension to your Gemfile with this line: ```ruby - gem 'spree_address_auto_complete', git: 'https://github.com/vinsol/spree_address_auto_complete' + gem 'spree_address_auto_complete', git: 'https://github.com/vinsol/spree_address_auto_complete', branch: '3-1-stable' ``` 2. Install the gem using Bundler: