Skip to content

Commit

Permalink
Correct the capitalization of Xcode in README (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReadmeCritic authored and Serchinastico committed Apr 26, 2016
1 parent 2cdf474 commit 237d4fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
-----------------
Expand All @@ -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
Expand Down

0 comments on commit 237d4fe

Please sign in to comment.