From bbf72ebd282f2c0d7bf57201e0c7d6d74ca599ea Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Wed, 17 Feb 2016 08:51:01 -0800 Subject: [PATCH] Correct the capitalization of Xcode in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 658ac26..19ddbc6 100644 --- a/README.md +++ b/README.md @@ -195,13 +195,13 @@ setup wizard completes (delegate). Feel free to contribute to the example by sub ### Reference Check out the [Reference in Cocoadocs website](http://cocoadocs.org/docsets/SparkSetup/) or consult the javadoc style comments in `SparkSetupCustomization.h` and `SparkSetupMainController.h` for each public method or property. -If the Device Setup library installation completed successfully - you should be able to press `Esc` to get an auto-complete hints from XCode for each public method or property in the library. +If the Device Setup library installation completed successfully - you should be able to press `Esc` to get an auto-complete hints from Xcode for each public method or property in the library. ## Requirements / limitations - iOS 8.0 and up supported - Currently setup wizard displays on portait mode only. -- XCode 6.0 and up is required +- Xcode 6.0 and up is required ## Installation