Ver código fonte

Require the gem in installation (#700)

Shayne Parmelee 5 anos atrás
pai
commit
484be2b3bc
1 arquivos alterados com 6 adições e 0 exclusões
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -73,6 +73,12 @@ Or install via [gem](http://rubygems.org/)
 gem install shopify_api
 gem install shopify_api
 ```
 ```
 
 
+Once the gem is installed, it must be added to your project by placing the following line in your app :
+
+```ruby
+require 'shopify_api'
+```
+
 ## Getting Started
 ## Getting Started
 
 
 ShopifyAPI sessions need to be configured with a fully authorized URL of a particular store before they can start making API calls. To obtain that URL, you can follow these steps:
 ShopifyAPI sessions need to be configured with a fully authorized URL of a particular store before they can start making API calls. To obtain that URL, you can follow these steps: