Skip to content

Commit

Permalink
Merge 6e020e2 into e3d47f5
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarconr committed May 25, 2021
2 parents e3d47f5 + 6e020e2 commit 67526c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -41,8 +41,9 @@ It is **highly recommended** to configure the `instance_id` parameter as well.

```ruby
Unleash.configure do |config|
config.url = 'http://unleash.herokuapp.com/api'
config.app_name = 'my_ruby_app'
config.url = 'http://unleash.herokuapp.com/api'
config.app_name = 'my_ruby_app'
custom_http_headers = {'Authorization': '<API token>'},
end
```

Expand Down

0 comments on commit 67526c7

Please sign in to comment.