diff --git a/README.md b/README.md index aa7cbcd..50c42d7 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ var privateAPIKey = "your-private-key" func main() { // Create an instance of the Mailgun Client mg := mailgun.NewMailgun(privateAPIKey) - + // When you have an EU domain, you must specify the endpoint: // err := mg.SetAPIBase(mailgun.APIBaseEU)