From 9a62c50efb70ba30e54e960d0ab632c1b1a66299 Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Fri, 12 Feb 2016 21:19:45 -0800 Subject: [PATCH] Correct the spelling of CocoaPods in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3655cd2..14540b6 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Adds a category to UIImage which returns the current launch image 'Default.png' ## Installation: -Using Cocoapods: +Using CocoaPods: ```` pod 'UIImage+MMLaunchImage' ````