Skip to content

Commit 7956483

Browse files
committed
Merge pull request #1 from ReadmeCritic/master
Correct the spelling of CocoaPods in README
2 parents ca04f33 + dee5838 commit 7956483

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Infinite horizontal scrolling using `UICollectionView`
44

5-
[![Cocoapods Compatible](http://img.shields.io/cocoapods/v/InfiniteCollectionView.svg?style=flat)](http://cocoadocs.org/docsets/InfiniteCollectionView)
5+
[![CocoaPods Compatible](http://img.shields.io/cocoapods/v/InfiniteCollectionView.svg?style=flat)](http://cocoadocs.org/docsets/InfiniteCollectionView)
66
[![Swift 2.0](https://img.shields.io/badge/Swift-2.0-orange.svg?style=flat)](https://developer.apple.com/swift/)
77

88
<img src="https://github.com/hryk224/InfiniteCollectionView/wiki/images/sample1.gif" width="320" >
@@ -15,7 +15,7 @@ Infinite horizontal scrolling using `UICollectionView`
1515

1616
## install
1717

18-
#### Cocoapods
18+
#### CocoaPods
1919

2020
Adding the following to your `Podfile` and running `pod install`:
2121

0 commit comments

Comments
 (0)