From 60e1706a48fa48132d88af75ae096742efe31495 Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Wed, 17 Feb 2016 07:15:18 -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 6005866..4372bb9 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ * iOS 8.0+ * ARC -* XCode 6+ +* Xcode 6+ ### Dependencies @@ -66,7 +66,7 @@ To make your web pages accessible when device offline even without loading it on * On device set 'UIFileSharingEnabled' key to YES in the Info.plist, and access Documents from the iTunes * On Simulator the one can navigate to the Documents folder via Finder. Use next folder as start point: ~/Library/Developer/CoreSimulator/Devices/ - * Add the 'WebCache' folder to your project as reference (note, that it should have blue icon in XCode then) + * Add the 'WebCache' folder to your project as reference (note, that it should have blue icon in Xcode then) ## License