Skip to content

Commit de63887

Browse files
authored
Update README.md
1 parent 3f03076 commit de63887

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# RxJavaFX: JavaFX bindings for RxJava
44

5-
Read the free eBook [_Learning RxJava with JavaFX_](https://www.gitbook.com/book/thomasnield/rxjavafx-guide/details) to get started! Note this book covers RxJavaFX 1.0. It is being updated for RxJavaFX 2.0 on the 2.x branch.
5+
Read the free eBook [_Learning RxJava with JavaFX_](https://www.gitbook.com/book/thomasnield/rxjavafx-guide/details) to get started! Note this book covers RxJavaFX 1.0. It is being updated for RxJavaFX 2.0 on the 2.x branch. You can also purchase the Packt book [Learning RxJava](https://github.com/ReactiveX/RxJavaFX) which covers RxJava 2.0 in depth and uses a few JavaFX examples.
66

77
RxJavaFX is a lightweight library to convert JavaFX events into [RxJava](https://github.com/ReactiveX/RxJava) Observables/Flowables and vice versa. It also has a `Scheduler` to safely move emissions to the JavaFX Event Dispatch Thread.
88

@@ -13,8 +13,12 @@ RxJavaFX is a lightweight library to convert JavaFX events into [RxJava](https:/
1313
<a href='https://travis-ci.org/ReactiveX/RxJavaFX/builds'><img src='https://travis-ci.org/ReactiveX/RxJavaFX.svg?branch=0.x'></a>
1414

1515
## Documentation
16+
1617
[Learning RxJava with JavaFX (EAP)](https://www.gitbook.com/book/thomasnield/rxjavafx-guide/details)
1718

19+
[Learning RxJava](https://www.packtpub.com/application-development/learning-rxjava)
20+
21+
[![](https://dz13w8afd47il.cloudfront.net/sites/default/files/imagecache/ppv4_main_book_cover/9781787120426.jpg)](https://www.packtpub.com/application-development/learning-rxjava)
1822

1923
## 1.x Binaries
2024

0 commit comments

Comments
 (0)