diff --git a/README.md b/README.md index 2da6d00..3d3f370 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ A reuse queue is a way to quickly reuse objects when object allocation and initi This reuse queue is inspired after UITableView's for reusing cells, headers and footers. [![Build Status](https://api.travis-ci.org/acoomans/ACReuseQueue.png)](https://api.travis-ci.org/acoomans/ACReuseQueue.png) -[![Cocoapods](https://cocoapod-badges.herokuapp.com/v/ACReuseQueue/badge.png)](http://beta.cocoapods.org/?q=on%3Aios%20name%3AACReuseQueue%2A) -[![Cocoapods](https://cocoapod-badges.herokuapp.com/p/ACReuseQueue/badge.png)](http://beta.cocoapods.org/?q=on%3Aios%20name%3AACReuseQueue%2A) +[![CocoaPods](https://cocoapod-badges.herokuapp.com/v/ACReuseQueue/badge.png)](http://beta.cocoapods.org/?q=on%3Aios%20name%3AACReuseQueue%2A) +[![CocoaPods](https://cocoapod-badges.herokuapp.com/p/ACReuseQueue/badge.png)](http://beta.cocoapods.org/?q=on%3Aios%20name%3AACReuseQueue%2A) ## Install