From e88e532eaabafb22fe82772d037f73d65c59c41b Mon Sep 17 00:00:00 2001 From: Tao Tang <408722734@qq.com> Date: Sat, 6 Jul 2019 22:58:02 +0800 Subject: [PATCH] Fix a tiny mistake --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 82f754b02..c66614258 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ If you wish to build RxSwift as a Static Library using Carthage you may use the ```bash 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 -carthage build RxAlamofire --platform iOS +carthage build RxSwift --platform iOS ``` ### [Swift Package Manager](https://github.com/apple/swift-package-manager) @@ -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) * [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/) -* [Haskell](https://www.haskell.org/) \ No newline at end of file +* [Haskell](https://www.haskell.org/)