From 8220a74dc734fc644005af47e7fb0e93181f172f Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Wed, 17 Feb 2016 05:51:32 -0800 Subject: [PATCH] Correct the spelling of Xcode in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64b7b38..8ff47d6 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ As Podspec is also provided so KILabel can be used by added the following line t
pod 'KILabel', '1.0.0'
-You can also use KILabel with Swift. Just compile the files into your XCode project in the usual way but add the following line to your Objective-C Bridging Header. +You can also use KILabel with Swift. Just compile the files into your Xcode project in the usual way but add the following line to your Objective-C Bridging Header. ``` objective-c #import "KILabel.h"