From 484be2b3bc8d75f897840728e08109244f9dec3a Mon Sep 17 00:00:00 2001 From: Shayne Parmelee Date: Mon, 9 Mar 2020 16:41:49 -0400 Subject: [PATCH] Require the gem in installation (#700) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b1132970f..09d8b9f3b 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,12 @@ Or install via [gem](http://rubygems.org/) 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 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: