Merge pull request #508 from btroncone/patch-2

Fixed a few grammar issues in README
This commit is contained in:
Krunoslav Zaher 2016-02-24 23:25:18 +01:00
commit 396b1a1498
1 changed files with 6 additions and 6 deletions

View File

@ -23,12 +23,12 @@ KVO observing, async operations and streams are all unified under [abstraction o
###### ... understand
* [why to use rx?](Documentation/Why.md)
* how RxSwift works? [Getting Started Guide](Documentation/GettingStarted.md)
* what is that `Driver`, `ControlProperty`, `Variable` ... and why do they exist? [Units](Documentation/Units.md)
* [why use rx?](Documentation/Why.md)
* how does RxSwift work? [Getting Started Guide](Documentation/GettingStarted.md)
* what is `Driver`, `ControlProperty`, and `Variable` ... and why do they exist? [Units](Documentation/Units.md)
* [the math behind Rx](Documentation/MathBehindRx.md)
* [what are those hot/cold observable sequences?](Documentation/HotAndColdObservables.md)
* [how does the the public API look like](Documentation/API.md)
* [what are hot and cold observable sequences?](Documentation/HotAndColdObservables.md)
* [what does the the public API look like?](Documentation/API.md)
###### ... install
@ -58,7 +58,7 @@ KVO observing, async operations and streams are all unified under [abstraction o
###### ... see the broader vision
* Does this exist for Android also? [RxJava](https://github.com/ReactiveX/RxJava)
* Does this exist for Android? [RxJava](https://github.com/ReactiveX/RxJava)
* Where is all of this going, what is the future, what about reactive architectures, how do you design entire apps this way? [Cycle.js](https://github.com/cyclejs/cycle-core) - this is javascript, but [RxJS](https://github.com/Reactive-Extensions/RxJS) is javascript version of Rx.
##### References