Преглед на файлове

reference branch name, not ref SHA

Peter McCracken преди 11 години
родител
ревизия
2a7db3a22b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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