From 0937281968d2cf484a55a02c36ffed3dfe954c00 Mon Sep 17 00:00:00 2001 From: Hirad Motamed Date: Sat, 12 Dec 2020 22:53:55 -0800 Subject: [PATCH] Fix incorrect case in installation instructions Installation instruction referred to 'ink' instead of 'Ink'. Copying that could lead to painful things. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32ec481..161607e 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ Ink is distributed using the [Swift Package Manager](https://swift.org/package-m let package = Package( ... dependencies: [ - .package(url: "https://github.com/johnsundell/ink.git", from: "0.1.0") + .package(url: "https://github.com/johnsundell/Ink", from: "0.1.0") ], ... )