Skip to content

Commit

Permalink
Fixes integration instructions in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaher committed Oct 4, 2016
1 parent cec0c3c commit 187f80e
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 @@ -138,12 +138,12 @@ For Swift 2.3 version please use versions `0.1 ... 0.9`

Podfile
```
pod 'RxDataSources', '~> 1.0.0-beta.2'
pod 'RxDataSources', '~> 1.0.0-beta.3'
```

### Carthage

Cartfile
```
github "RxSwiftCommunity/RxDataSources" "1.0.0-beta.2"
github "RxSwiftCommunity/RxDataSources" "1.0.0-beta.3"
```

0 comments on commit 187f80e

Please sign in to comment.