Skip to content

Commit d20871c

Browse files
TStrawberryfreak4pc
authored andcommitted
Fix a tiny mistake
1 parent 6e175ad commit d20871c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ If you wish to build RxSwift as a Static Library using Carthage you may use the
186186
```bash
187187
carthage update RxSwift --platform iOS --no-build
188188
sed -i -e 's/MACH_O_TYPE = mh_dylib/MACH_O_TYPE = staticlib/g' Carthage/Checkouts/RxSwift/Rx.xcodeproj/project.pbxproj
189-
carthage build RxAlamofire --platform iOS
189+
carthage build RxSwift --platform iOS
190190
```
191191

192192
### [Swift Package Manager](https://github.com/apple/swift-package-manager)
@@ -241,4 +241,4 @@ $ git submodule add [email protected]:ReactiveX/RxSwift.git
241241
* [Reactive Programming Overview (Jafar Husain from Netflix)](https://www.youtube.com/watch?v=dwP1TNXE6fc)
242242
* [Subject/Observer is Dual to Iterator (paper)](http://csl.stanford.edu/~christos/pldi2010.fit/meijer.duality.pdf)
243243
* [Rx standard sequence operators visualized (visualization tool)](http://rxmarbles.com/)
244-
* [Haskell](https://www.haskell.org/)
244+
* [Haskell](https://www.haskell.org/)

0 commit comments

Comments
 (0)