Skip to content

Commit 1f1762f

Browse files
committed
Update README.md
1 parent 147e208 commit 1f1762f

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
@@ -208,7 +208,7 @@ Although ReactFX has some asynchronous operators like `threadBridge`, ReactFX em
208208
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.
209209

210210
##Notes for Kotlin
211-
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. Definitely check out [TornadoFX](https://github.com/edvin/tornadofx) as well to utilize type-safe builders and other patterns enabled by Kotlin.
211+
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.
212212

213213
## Comprehensive Example
214214
```java

0 commit comments

Comments
 (0)