Browse Source

reference branch name, not ref SHA

Peter McCracken 11 năm trước cách đây
mục cha
commit
2a7db3a22b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      README.rdoc

+ 1 - 1
README.rdoc

@@ -150,7 +150,7 @@ variables. Using this forked version will allow ShopifyAPI to be used in a threa
 
 To enable threadsafety with ShopifyAPI, add the following to your Gemfile:
 
-    gem 'activeresource', :git => 'git://github.com/Shopify/activeresource', :ref => 'e9dc76b4aa'
+    gem 'activeresource', git: 'git://github.com/Shopify/activeresource', branch: 'threadsafe'
     gem 'shopify_api', '>= 3.2.1'
 
 == Using Development Version