From 623ab75455341a348154518abe81fd133493b9f1 Mon Sep 17 00:00:00 2001 From: Ainsley Clark Date: Thu, 17 Feb 2022 09:01:33 +0000 Subject: [PATCH] Fixed readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 206a71c..d18cadd 100644 --- a/README.md +++ b/README.md @@ -85,11 +85,11 @@ This is based of the requirements for the API. For more details see the [example ```go cfg := mail.Config{ - URL: "https://api.eu.sparkpost.com", - APIKey: "my-key", - FromAddress: "hello@gophers.com", - FromName: "Gopher", - Client: http.DefaultClient, // Client is optional + URL: "https://api.eu.sparkpost.com", + APIKey: "my-key", + FromAddress: "hello@gophers.com", + FromName: "Gopher", + Client: http.DefaultClient, // Client is optional } mailer, err := drivers.NewSparkpost(cfg)