From 7ebb7f018f2781b2b37bc96695b9591ba368d851 Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Wed, 10 Feb 2016 15:10:04 -0800 Subject: [PATCH] Correct the spelling of CocoaPods in README --- README.mdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.mdown b/README.mdown index 0ae482b3..4451e7d8 100644 --- a/README.mdown +++ b/README.mdown @@ -72,7 +72,7 @@ The templates are available in the "Documentation/File Templates/" folder. Copy the "File Templates/" directory into your "~/Library/Developer/Xcode/Templates/" directory to get ready using these templates. -If you're using cocoa pods, File templates are automatically installed when executing the
pod update
command line. +If you're using CocoaPods, File templates are automatically installed when executing the
pod update
command line. ### Code Snippets @@ -85,7 +85,7 @@ Code snipers are available in the "Documentation/CodeSnippets/" folder. Copy the "CodeSnippets/" directory into your "~/Library/Developer/Xcode/UserData/CodeSnippets/" directory to get ready using these snippets. -If you're using cocoa pods, Code snippets are automatically installed when executing the
pod update
command line. +If you're using CocoaPods, Code snippets are automatically installed when executing the
pod update
command line. ## Installation