From 325093ce49f0f35a8358fd6634ed1a71e0b177a1 Mon Sep 17 00:00:00 2001 From: Jordan Kay Date: Tue, 26 Apr 2022 17:32:50 -0400 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54ffe11..95731ef 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Example 2: You have Swift on the server using Linux and want to include this dep Example 3: You have some macOS app that is only supported on Swift 5.3 and will only ever support the latest version of Swift. Similar to the Swift of the Server example, you just need the latest `swift-5.3` branch and -After understanding what branch you need to include, adding Echo is fairly simple using the Swift Pacakge Manager to add a dependency: +After understanding what branch you need to include, adding Echo is fairly simple using the Swift Package Manager to add a dependency: ```swift .package(url: "https://github.com/Azoy/Echo.git", .branch("swift-5.3"))