Skip to content

Commit

Permalink
Fix a tiny mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
TStrawberry authored and freak4pc committed Feb 8, 2020
1 parent 60a80f0 commit e88e532
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -186,7 +186,7 @@ If you wish to build RxSwift as a Static Library using Carthage you may use the
```bash ```bash
carthage update RxSwift --platform iOS --no-build carthage update RxSwift --platform iOS --no-build
sed -i -e 's/MACH_O_TYPE = mh_dylib/MACH_O_TYPE = staticlib/g' Carthage/Checkouts/RxSwift/Rx.xcodeproj/project.pbxproj sed -i -e 's/MACH_O_TYPE = mh_dylib/MACH_O_TYPE = staticlib/g' Carthage/Checkouts/RxSwift/Rx.xcodeproj/project.pbxproj
carthage build RxAlamofire --platform iOS carthage build RxSwift --platform iOS
``` ```


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

0 comments on commit e88e532

Please sign in to comment.