From b3c6c7a6c821ce110eb6fb2b38ec5a0fb2a6fd6f Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Wed, 17 Feb 2016 08:31:13 -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 4ee8ff5..e9b67ff 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A simple iOS framework allowing beta-test users to provide feedback using Slack. ## Installation To run the example project, clone the repo, navigate to the Example directory at the command line and run `pod install` -If you prefer to simply copy the source code to your app, use the Finder to grab the files in the subdirectory Pod/Classes and drop all of them in your XCode project. +If you prefer to simply copy the source code to your app, use the Finder to grab the files in the subdirectory Pod/Classes and drop all of them in your Xcode project. SlackReporter is available through [CocoaPods](http://cocoapods.org). To install it via CocoaPods, add the following line to your Podfile: