Skip to content

Commit c5515ad

Browse files
Update README.md
1 parent ce95abc commit c5515ad

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# RxJava: Functional Reactive Programming on the JVM
22

3-
Java implementation of <a href="https://rx.codeplex.com">Rx Observables</a>
3+
This library is Java implementation of <a href="https://rx.codeplex.com">Rx Observables</a>.
4+
5+
It is compatible with Java 5 and newer and has several <a href="https://github.com/Netflix/RxJava/tree/master/language-adaptors">language adaptors</a>.
6+
7+
## Documentation
48

59
<a href="http://netflix.github.com/RxJava/">Javadoc</a>
610

7-
Code:
11+
## Code
812

913
- <a href="https://github.com/Netflix/RxJava/tree/master/rxjava-core">Java Core</a>
1014
- <a href="https://github.com/Netflix/RxJava/blob/master/rxjava-core/src/main/java/org/rx/reactive/Observable.java">Observable</a>

0 commit comments

Comments
 (0)