We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c11f806 commit 96ddbb0Copy full SHA for 96ddbb0
README.md
@@ -1,2 +1,12 @@
1
-RxJava
2
-======
+# RxJava
+
3
+Java implementation of <a href="https://rx.codeplex.com">Rx Observables</a>
4
5
+<a href="http://netflix.github.com/RxJava/">Javadoc</a>
6
7
+Code:
8
9
+- <a href="https://github.com/Netflix/RxJava/tree/master/rxjava-core">Java Core</a>
10
+- <a href="https://github.com/Netflix/RxJava/tree/master/language-adaptors/rxjava-groovy">Groovy Adaptor</a>
11
+- <a href="https://github.com/Netflix/RxJava/tree/master/language-adaptors/rxjava-jruby">JRuby Adaptor</a>
12
+- <a href="https://github.com/Netflix/RxJava/tree/master/language-adaptors/rxjava-clojure">Clojure Adaptor</a>
0 commit comments