From a4f5101ae9b6d475d888a67accb46363d3f4f391 Mon Sep 17 00:00:00 2001 From: kiancheong Date: Sat, 19 Jan 2019 08:56:25 +0800 Subject: [PATCH] Update README.md Fix typo in Carthage usage example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f0c394..dae383b 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ $ brew install carthage Inside of your `Cartfile`, specify XMLParsing: ```ogdl -github "ShawmMoore/XMLParsing" +github "ShawnMoore/XMLParsing" ``` Then, run the following command to build the framework: