From d3e3a3a154ee2d885ed378ce131586a6bcfa2d25 Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Fri, 12 Feb 2016 15:26:36 -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 0ee13d1..243b4f7 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A chart library for Apple Watch based on [PNChart](https://github.com/kevinzhow/ ##Usage## -###Cocoapods### +###CocoaPods### In your watchOS target pod 'NKWatchChart' @@ -23,7 +23,7 @@ And #import "NKWatchChart.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 ###Copy NKWatchChart folder to watch app extension ###