From 237d4feb049d2d966617db00d1364ae04fc1b7bd Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Tue, 26 Apr 2016 08:09:05 -0700 Subject: [PATCH] Correct the capitalization of Xcode in README (#16) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ee1ec2..b302260 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Kin is a minimalistic tool to check whether your project.pbxproj file is correct What does it do? ----------------- -Have you ever found yourself undoing a merge due to a broken XCode build? Then Kin is your tool. It will parse your project configuration file and detect errors. +Have you ever found yourself undoing a merge due to a broken Xcode build? Then Kin is your tool. It will parse your project configuration file and detect errors. How does it work? ----------------- @@ -30,7 +30,7 @@ Using `easy_install` easy_install kin ``` -Once installed, use Kin from your XCode project directory. Kin will automatically detect where your project configuration is located and check whether it is correct. +Once installed, use Kin from your Xcode project directory. Kin will automatically detect where your project configuration is located and check whether it is correct. ``` $> kin