Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down Expand Up @@ -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'

Expand Down