Skip to content

Commit

Permalink
Correct the spelling of CocoaPods in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ReadmeCritic committed Feb 13, 2016
1 parent 1d87515 commit f5378b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://travis-ci.org/uber/signals-ios.svg?branch=master)](https://travis-ci.org/uber/signals-ios)
[![Coverage Status](https://coveralls.io/repos/uber/signals-ios/badge.svg?branch=master&service=github)](https://coveralls.io/github/uber/signals-ios?branch=master)
[![Cocoapods Compatible](https://img.shields.io/cocoapods/v/UberSignals.svg)](https://cocoapods.org/pods/UberSignals)
[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/UberSignals.svg)](https://cocoapods.org/pods/UberSignals)
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
![License](https://img.shields.io/cocoapods/l/Signals.svg?style=flat&color=gray)
![Platform](https://img.shields.io/cocoapods/p/UberSignals.svg?style=flat)
Expand All @@ -18,7 +18,7 @@ Signals is an eventing framework that enables you to implement the Observable pa
- [x] Comprehensive Unit Test Coverage

## Installation
#### Cocoapods
#### CocoaPods

To integrate Signals into your project add the following to your `Podfile`:

Expand Down

0 comments on commit f5378b1

Please sign in to comment.