Updates README.md with Swift 2.3 version.

This commit is contained in:
Krunoslav Zaher 2016-08-27 12:33:10 +02:00
parent 08501da396
commit de28113c06
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@
## About Rx ## About Rx
**:warning: This readme describes RxSwift 3.0 version that requires Swift 3.0:warning:**
**:warning: If you are looking for Swift 2.3 compatible version, please take a look at RxSwift ~> 2.0 versions and [swift-2.3](https://github.com/ReactiveX/RxSwift/tree/rxswift-2.0) branch :warning:**
Rx is a [generic abstraction of computation](https://youtu.be/looJcaeboBY) expressed through `Observable<Element>` interface. Rx is a [generic abstraction of computation](https://youtu.be/looJcaeboBY) expressed through `Observable<Element>` interface.
This is a Swift version of [Rx](https://github.com/Reactive-Extensions/Rx.NET). This is a Swift version of [Rx](https://github.com/Reactive-Extensions/Rx.NET).