From 9ccab1433ed5fae6e6ae28cd75fdd1127f139695 Mon Sep 17 00:00:00 2001 From: Wayne Eldridge Date: Tue, 7 Feb 2023 09:50:51 +0200 Subject: [PATCH] Updated README.md Updated "import SendGrid" to "import SendGridKit" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 146e7f7..4893c9f 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ You can use all of the available parameters here to build your `SendGridEmail` Usage in a route closure would be as followed: ~~~~swift -import SendGrid +import SendGridKit let email = SendGridEmail(...) try await sendGridClient.send(email)