From de28113c06698189e71d34bbfc7b7bb784587254 Mon Sep 17 00:00:00 2001 From: Krunoslav Zaher Date: Sat, 27 Aug 2016 12:33:10 +0200 Subject: [PATCH] Updates README.md with Swift 2.3 version. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index aaba0b64..8ff8259c 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ ## 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` interface. This is a Swift version of [Rx](https://github.com/Reactive-Extensions/Rx.NET).