From 44412559cd470ddb27cc47aaa07ed8122defa18b Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Fri, 12 Feb 2016 21:20:51 -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 1e220c9..662b7a0 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ UIImage category to convert XCode generated Texture Atlas files into UIImages. U Setting Up ================= -- Install via Cocoapods, or pull this repo and import UIImage+TextureAtlas.h and UIImage+TextureAtlas.m into your project. +- Install via CocoaPods, or pull this repo and import UIImage+TextureAtlas.h and UIImage+TextureAtlas.m into your project. ``` pod 'UIImage+TextureAtlas', '~> '1.0'