diff --git a/README.md b/README.md index aaa9578b..cdb4b7c0 100644 --- a/README.md +++ b/README.md @@ -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