Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lavaturtle committed Oct 16, 2023
1 parent 80f4b3c commit c69fd7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Client gem for the ENS API to Engaging Networks
## Usage

```
client = EngagingNetworksRest.new(api_key: 'YOUR API KEY HERE')
client = EngagingNetworksRest.new(api_key: 'YOUR API KEY HERE', host: 'us.engagingnetworks.app')
# get pages by type
pages = client.pages(type: 'dcf', status: 'live')
Expand Down

0 comments on commit c69fd7b

Please sign in to comment.