From a189b5a00b756d265e05b55d804b352c84f7bc29 Mon Sep 17 00:00:00 2001 From: mkalinowski Date: Wed, 18 Nov 2015 15:40:39 +0100 Subject: [PATCH] Fixes quotes Previous ones were not recognized as valid characters by Carthage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aaf230d..b4613cd 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ $ open MyProject.xcworkspace If you are using Carthage you will need to add this to your `Cartfile` ```bash -github “jpotts18/SwiftValidator” +github "jpotts18/SwiftValidator" ``` ## Usage