From 119d7308013a3044d74574e82d944319a5158c60 Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Tue, 16 Feb 2016 13:54:54 -0800 Subject: [PATCH] Correct the spelling of Xcode in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 75048dc..e5702ed 100644 --- a/README.md +++ b/README.md @@ -47,13 +47,13 @@ You can install Hashids for Objective-C by downloading the files from the reposi git clone https://github.com/jofell/Hashids.git -After you get access to the files from the repository, go to the folder `Hashids/Pod/Classes` and add all the class files to your XCode project. +After you get access to the files from the repository, go to the folder `Hashids/Pod/Classes` and add all the class files to your Xcode project. Basic Usage ----------- -As soon as you add the class files onto your XCode Project, just import Hashids to your Objective-C Source Codes. +As soon as you add the class files onto your Xcode Project, just import Hashids to your Objective-C Source Codes. ```objectivec