Skip to content

Commit

Permalink
Require the gem in installation (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShayneP authored Mar 9, 2020
1 parent 99295b9 commit 484be2b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 484be2b

Please sign in to comment.