From f5a4c87314e3e456910959201c15ffd0971d66df Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Wed, 17 Feb 2016 07:36:58 -0800 Subject: [PATCH] Correct the capitalization of Xcode in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b1f653..aee596e 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ $ git submodule add git@github.com:ipodishima/PPTopMostController.git vendor/PPT $ git submodule update --init --recursive ``` -2. In your XCode Project, take all the files from PPTopMostController-Files folder and drag them into your project. +2. In your Xcode Project, take all the files from PPTopMostController-Files folder and drag them into your project. 3. Import *UIViewController+PPTopMostController.h* file to your PCH file or your AppDelegate file. You are ready to go.