Skip to content

Commit bc9d82d

Browse files
committed
Update information about jar size in README.md
The latest version of rxjava is 978K long.
1 parent 996fcd7 commit bc9d82d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RxJava is a Java VM implementation of [Reactive Extensions](http://reactivex.io)
55
It extends the [observer pattern](http://en.wikipedia.org/wiki/Observer_pattern) to support sequences of data/events and adds operators that allow you to compose sequences together declaratively while abstracting away concerns about things like low-level threading, synchronization, thread-safety and concurrent data structures.
66

77
- Zero Dependencies
8-
- < 800KB Jar
8+
- < 1MB Jar
99
- Java 6+ & [Android](https://github.com/ReactiveX/RxAndroid) 2.3+
1010
- Java 8 lambda support
1111
- Polyglot ([Scala](https://github.com/ReactiveX/RxScala), [Groovy](https://github.com/ReactiveX/RxGroovy), [Clojure](https://github.com/ReactiveX/RxClojure) and [Kotlin](https://github.com/ReactiveX/RxKotlin))

0 commit comments

Comments
 (0)