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'