diff --git a/README.md b/README.md index 47d5ae50..d9d3c012 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ KVO observing, async operations and streams are all unified under [abstraction o * 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. ## Usage + @@ -73,7 +74,7 @@ KVO observing, async operations and streams are all unified under [abstraction o - + @@ -94,7 +95,7 @@ let searchResults = searchBar.rx_text - +
Define search for GitHub repositoriesDefine search for GitHub repositories ...
Builds Xcode projects and workspaces... then bind the results to your tableview
:book: