Skip to content

Commit

Permalink
Added more details for domain field in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Ho committed Jan 15, 2017
1 parent 60467f4 commit 0b83d3f
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 @@ -83,7 +83,7 @@ list.members('bob@gmail.com').update({ name: 'Foo Bar' }, function (err, body) {
`Mailgun` object constructor options:

* `apiKey` - Your Mailgun API KEY
* `domain` - Your Mailgun Domain
* `domain` - Your Mailgun Domain (Please note: domain field is MY-DOMAIN-NAME.com, not https://api.mailgun.net/v3/MY-DOMAIN-NAME.com)
* `mute` - Set to `true` if you wish to mute the console error logs in `validateWebhook()` function
* `proxy` - The proxy URI in format `http[s]://[auth@]host:port`. ex: `'http://proxy.example.com:8080'`
* `timeout` - Request timeout in milliseconds
Expand Down

0 comments on commit 0b83d3f

Please sign in to comment.