From 9cd5176905952389aa5977edb7fd4c49d81540a7 Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Thu, 11 Feb 2016 00:08:09 -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 037e5cf..e886246 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ These are sample layout of the same UIView list automatically laid out by this c ##How to use ###Installation - Copy `.h/.m` files from the `Classes` folder into your code base -- Or you can use Cocoapods, add the following line into your Podfile +- Or you can use CocoaPods, add the following line into your Podfile dependency 'BDDynamicGridViewController' @@ -42,7 +42,7 @@ That's it! ##How to use - Be sure to checkout the latest __tag__, as opposed to the latest commit. Only tagged points are stable. - Include h/.m files in Classes folder to your source code -- or use [Cocoapods](https://github.com/CocoaPods/CocoaPods/), add the following line into your Podfile +- or use [CocoaPods](https://github.com/CocoaPods/CocoaPods/), add the following line into your Podfile dependency 'BDDynamicGridViewController'