From 5336fb0465a7e95088048bddd7d726f8670530d9 Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Fri, 12 Feb 2016 11:37:47 -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 c34d952..a473ad0 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,13 @@ an iOS application. Lets keep things beautiful, and only use this layout when ab ## Installation -KEZCollectionViewTableLayout can be installed using Cocoapods. Add the following declaration into your Podfile: +KEZCollectionViewTableLayout can be installed using CocoaPods. Add the following declaration into your Podfile: ```ruby pod ‘KEZCollectionViewTableLayout’, ‘~> 1.0’ ``` -You can also copy the files from the Sources directory into your project if you’re not using Cocoapods. +You can also copy the files from the Sources directory into your project if you’re not using CocoaPods. ## Usage