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 @@ -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

Expand Down