From e102a2e54089254ab1c6afebccc6a299e0c9b338 Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Tue, 16 Feb 2016 10:53:27 -0800 Subject: [PATCH] Correct the spelling of Xcode in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 README.md diff --git a/README.md b/README.md old mode 100755 new mode 100644 index 7b7f49a..c8fb057 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Installation is very simple with Cocoapods but you can also install manually. #### Including the SDK manually 1. Download the zip file of the SDK from `https://github.com/AuthorizeNet/sdk-ios/archive/master.zip` and unzip to your preferred location. -2. In XCode, select your project in Project Navigator and select File->Add Files to "" from the main menu bar. +2. In Xcode, select your project in Project Navigator and select File->Add Files to "" from the main menu bar. 3. In the file dialog, select the sdk folder from the unzipped directory in Step 1. 4. In the file dialog, make sure "Copy items into destination group's folder (if needed)" is checked and click Add button.