Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
artman committed Sep 10, 2015
1 parent b47b03a commit 1355e2d
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 @@ -22,15 +22,15 @@ Signals is an eventing framework that enables you to implement the Observable pa
To integrate Signals into your project add the following to your `Podfile`:

```ruby
pod 'UberSignals', '~> 1.0'
pod 'UberSignals', '~> 2.0'
```

#### Carthage

To integrate Signals into your project using Carthage add the following to your `Cartfile`:

```ruby
github "uber/signals-ios" ~> 1.0
github "uber/signals-ios" ~> 2.0
```

## Introduction
Expand Down

0 comments on commit 1355e2d

Please sign in to comment.