From fb3aab81648a368ce09c5de739205a343e56d14b Mon Sep 17 00:00:00 2001 From: Francisco Leal Date: Mon, 13 Jun 2022 13:01:15 -0300 Subject: [PATCH] chore: Update Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07b2fd3..5d1c69f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The Swift Client You Deserve You can build `August` using the [Swift Package Manager](https://github.com/apple/swift-package-manager). Just include `August` as a package in your dependencies: ```swift -.package(url: "https://github.com/paulofaria/August.git", .upToNextMajor(from: "6.0.0")), +.package(url: "https://github.com/SendOutCards/August.git", .upToNextMajor(from: "6.0.0")), ``` Be sure to import the module at the top of your .swift files: