Fix carthage directions in readme

This commit is contained in:
Damian Esteban 2016-08-25 12:08:43 -04:00
parent 900035d78b
commit e85b3203bc

View File

@ -168,7 +168,7 @@ $ pod install
Add this to `Cartfile`
```
github "ReactiveX/RxSwift" ~> 3.0.0.alpha.1
github "ReactiveX/RxSwift" "3.0.0.alpha.1"
```
```