From e6977cd91e865a9711654d5a274ec4826d19a818 Mon Sep 17 00:00:00 2001 From: Vilen Topchii <32271530+vtopc@users.noreply.github.com> Date: Fri, 3 Jan 2025 20:54:19 +0200 Subject: [PATCH] fmt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)