Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
benoist committed Dec 29, 2017
1 parent b81b29d commit ca1fd5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ require 'mollie-api-ruby'
Create an initializer and add the following line:

```ruby
Mollie::Client.instance.api_key = '<your-api-key>'
Mollie::Client.configure do |config|
config.api_key = '<your-api-key>'
end
```

You can also include the API Key in each request you make, for instance if you are using the Connect API
Expand Down

0 comments on commit ca1fd5b

Please sign in to comment.