Skip to content

Commit c6bd56f

Browse files
fix: rxbindings readme v2 to v3 (#789)
1 parent 3f3f694 commit c6bd56f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rxbindings/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
The Rx Bindings provide a facade to the Amplify library. Instead of
44
using Amplify's native callback interface, you can interact with Amplify
5-
APIs by means of RxJava2
6-
[`Observable`](http://reactivex.io/RxJava/javadoc/io/reactivex/Observable.html),
7-
[`Single`](http://reactivex.io/RxJava/javadoc/io/reactivex/Single.html), and
8-
[`Completable`](http://reactivex.io/RxJava/javadoc/io/reactivex/Completable.html).
5+
APIs by means of RxJava3
6+
[`Observable`](http://reactivex.io/RxJava/3.x/javadoc/io/reactivex/rxjava3/core/Observable.html),
7+
[`Single`](http://reactivex.io/RxJava/3.x/javadoc/io/reactivex/rxjava3/core/Single.html), and
8+
[`Completable`](http://reactivex.io/RxJava/3.x/javadoc/io/reactivex/rxjava3/core/Completable.html).
99

1010
For more information see [the public documentation](https://docs.amplify.aws/lib/project-setup/rxjava/q/platform/android)
1111
and [this blog post](https://aws.amazon.com/blogs/mobile/using-rxjava-with-aws-amplify-android-library/).

0 commit comments

Comments
 (0)