Skip to content

Commit 31d00f5

Browse files
committed
Update README.md
1 parent ffa6efb commit 31d00f5

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
@@ -210,7 +210,7 @@ If you are heavily dependent on RxJava, asynchronous processing, or do not want
210210

211211

212212
##Notes for Kotlin
213-
If you are building your JavaFX application with [Kotlin](https://kotlinlang.org/), this library becomes even more useful with extension functions. These extension functions exist in the [RxKotlinFX](https://github.com/thomasnield/RxKotlinFX) project, but the API is so small it is not worth publishing at the moment. But you can simply add these extension functions below to your project and utilize Kotlin's fluent style.
213+
If you are building your JavaFX application with [Kotlin](https://kotlinlang.org/), check out [RxKotlinFX](https://github.com/thomasnield/RxKotlinFX) to leverage this library through Kotlin extension functions.
214214

215215
```kotlin
216216
fun <T> Observable<T>.toBinding() = JavaFxSubscriber.toBinding(this)

0 commit comments

Comments
 (0)