From ff704423a8433a7a101a807866b293c3e033607a Mon Sep 17 00:00:00 2001 From: Joffrey Bion Date: Tue, 12 Sep 2023 12:57:45 +0200 Subject: [PATCH] Fix js-demo link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db8ee2b1..05cbea51 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ See [simpleServer](./examples/src/main/kotlin/simpleServer.kt) and [dynamicServer](./examples/src/main/kotlin/dynamicServer.kt) for examples. ## Kotlin-JS -Plotly is a JavaScript library, yet it is convenient to have a type-safe API when using in with Kotlin-JS. The sample application is available in [js-demo](./js-demo) module. One should node that Plotly.kt for JS is not a zero-cost wrapper like TypeScript definitions, it maintains its own object structure, could generate stand-alone models and some internal optimizations. +Plotly is a JavaScript library, yet it is convenient to have a type-safe API when using in with Kotlin-JS. The sample application is available in [js-demo](./examples/js-demo) module. One should node that Plotly.kt for JS is not a zero-cost wrapper like TypeScript definitions, it maintains its own object structure, could generate stand-alone models and some internal optimizations. **Plotly-kt does not support `LEGACY` JS target. Be sure to use [IR compiler](https://kotlinlang.org/docs/js-ir-compiler.html)**