From c6868d462830f8d6732e79469639c6b7541a7d18 Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Wed, 17 Feb 2016 07:23:40 -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 74f933e..c6f1650 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ Requirements This project uses ARC. If you are not using ARC in your project, add '-fobjc-arc' as a compiler flag for all the files in this project. -XCode 4.4 is required for auto-synthesis. +Xcode 4.4 is required for auto-synthesis. iOS 5.0 and above is required because the project uses view controller containment.