From 49d60c7edc05570a8c3b8fb9219b49c66b627ff2 Mon Sep 17 00:00:00 2001 From: Francesco Paolo Severino <96546612+fpseverino@users.noreply.github.com> Date: Sat, 21 Sep 2024 12:06:07 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 728c175..6f3f326 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Send simple emails, or leverage the full capabilities of [SendGrid's V3 API](htt Use the SPM string to easily include the dependendency in your `Package.swift` file ```swift -.package(url: "https://github.com/vapor-community/sendgrid-kit.git", from: "2.0.0") +.package(url: "https://github.com/vapor-community/sendgrid-kit.git", from: "3.0.0-rc.1") ``` and add it to your target's dependencies: