From 7bb04353c8a54d490bf3e2ed88363f04d19dc8e6 Mon Sep 17 00:00:00 2001 From: lf_araujo Date: Mon, 11 Dec 2017 18:07:38 +1100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2aca6fb..92bb341 100644 --- a/README.md +++ b/README.md @@ -95,11 +95,11 @@ You can view all implementations on [VerbalExpressions.github.io](http://VerbalE ## Installation and use -This version is under testing, but it supports Swift Package Manager. Therefor it can be included in the project with: +This version is under testing, but it supports Swift Package Manager. Therefore it can be included in the project with: ``` .package( - url: "https://github.com/lf-araujo/SwiftVerEx.git", + url: "https://github.com/VerbalExpressions/SwiftVerbalExpressions.git", from: " ``` @@ -110,4 +110,4 @@ And: .target( name: "YourProject", dependencies: ["VerbalExpressions"]), -``` \ No newline at end of file +```