From c46edccf9baaaefe438ac687648343d02fcba2dd Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Fri, 12 Feb 2016 15:25:49 -0800 Subject: [PATCH] Correct the spelling of CocoaPods in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ebc0093..a5f08c8 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ An activity indicator library for Apple Watch and a sample to **push the limits ##Usage## -###Cocoapods### +###CocoaPods### In your watchOS target @@ -25,7 +25,7 @@ And #import "NKWActivityIndicatorAnimation.h" -[Using Cocoapods with watchOS 2](https://medium.com/@JTEhlert/using-cocoapods-with-watchos-2-723b92eae04f) by Justin Ehlert +[Using CocoaPods with watchOS 2](https://medium.com/@JTEhlert/using-cocoapods-with-watchos-2-723b92eae04f) by Justin Ehlert [Integrating CocoaPods into native watchOS targets](https://github.com/neonichu/native-watchOS-example) by Boris Bügling