Skip to content

Commit fe0033e

Browse files
committed
Update README.md
1 parent 3f7feb0 commit fe0033e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Subscription subscription = JavaFxObservable.fromObservableValueChanges(spinner.
9797
```
9898

9999
###Binding
100-
You can convert an RxJava `Observable` into a JavaFX `Binding` by calling the `JavaFxSubscriber.toBinding()` factory. Calling the `dispose()` method on the `Binding` will handle the unsubscription from the `Observable`.
100+
You can convert an RxJava `Observable` into a JavaFX `Binding` by calling the `JavaFxSubscriber.toBinding()` factory. Calling the `dispose()` method on the `Binding` will handle the unsubscription from the `Observable`. You can then take this `Binding` to bind other control properties to it.
101101

102102
```java
103103
Button incrementBttn = new Button("Increment");

0 commit comments

Comments
 (0)