From bb2d24b6e3394a685e8962e67bd32761eaf9b097 Mon Sep 17 00:00:00 2001 From: Sean Dunn Date: Thu, 2 Jun 2016 11:03:46 +0100 Subject: [PATCH] Fixes small error in Gemfile github: path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71475b2..3738d64 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ To test and access the RSS feed visit: To start with you'll need a Google Merchant account. Then, add the gem to your `Gemfile` ```ruby -gem "spree_google_merchant", github: 'boombotix/spree_google_merchant.git' +gem "spree_google_merchant", github: 'boombotix/spree_google_merchant' ``` Then bundle