Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgrueter1 authored Jul 17, 2018
1 parent d62b1b1 commit d876ee2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Or install it yourself as:
The gem uses a client model to query against the API. You create and configure a client with your API keys and make requests through that.

```ruby
require 'yelp-fusion'
require 'yelp/fusion'

client = Yelp::Fusion::Client.new(YOUR_API_KEY)
```
Expand All @@ -40,7 +40,7 @@ block, and access a client singleton using `Yelp::Fusion.client`. If you intend
use the gem with Rails, the client should be configured in an initializer.

```ruby
require 'yelp-fusion'
require 'yelp/fusion'

configuration = Yelp.client.configure do |config|
config.api_key = YOUR_API_KEY
Expand Down

0 comments on commit d876ee2

Please sign in to comment.