Skip to content

Commit

Permalink
Updated README to include region parameter for MailGun initializer.
Browse files Browse the repository at this point in the history
  • Loading branch information
AirZona committed Sep 3, 2019
1 parent 177a2fa commit b745504
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 @@ -40,7 +40,7 @@ First create your client configuration:
#### Mailgun

```swift
let config = Mailer.Config.mailgun(key: "{mailgunApi}", domain: "{mailgunDomain}")
let config = Mailer.Config.mailgun(key: "{mailgunApi}", domain: "{mailgunDomain}", region: "{mailgunRegion}")
```

#### SendGrid
Expand Down

0 comments on commit b745504

Please sign in to comment.