Skip to content

Commit dfc3e64

Browse files
committed
Update README.md
1 parent 01eaae9 commit dfc3e64

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
@@ -211,7 +211,7 @@ Although ReactFX has some asynchronous operators like `threadBridge`, ReactFX em
211211
If you are heavily dependent on RxJava, asynchronous processing, or do not want your entire reactive codebase to be UI-focused, you will probably want to use RxJavaFX.
212212

213213
##Notes for Kotlin
214-
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. Also take a look at [TornadoFX](https://github.com/edvin/tornadofx) to utilize type-safe JavaFX builders and other patterns enabled by Kotlin.
214+
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.
215215

216216
## Comprehensive Example
217217
```java

0 commit comments

Comments
 (0)