Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
Updated "import SendGrid" to "import SendGridKit"
  • Loading branch information
WayneEld authored Feb 7, 2023
1 parent 00a2d91 commit 9ccab14
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 @@ -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)
Expand Down

0 comments on commit 9ccab14

Please sign in to comment.