Skip to content

Commit

Permalink
Update README.md (#188)
Browse files Browse the repository at this point in the history
Update README.me to reflect latest Native support changes
  • Loading branch information
Syrou committed Apr 3, 2022
1 parent 6a0498e commit c2f8ee0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@

# kotlinx.html

A kotlinx.html library provides DSL to build HTML to [Writer](https://docs.oracle.com/javase/8/docs/api/java/io/Writer.html)/[Appendable](https://docs.oracle.com/javase/8/docs/api/java/lang/Appendable.html) or DOM at JVM and browser (or other JavaScript engine) for
better [Kotlin programming](https://kotlinlang.org) for Web.
A kotlinx.html library provides DSL to build HTML to [Writer](https://docs.oracle.com/javase/8/docs/api/java/io/Writer.html)/[Appendable](https://docs.oracle.com/javase/8/docs/api/java/lang/Appendable.html) or DOM. Available to all Kotlin Multiplatform targets and browser(or other JavaScript engine) for better [Kotlin programming](https://kotlinlang.org) for Web.

# Get started

Expand Down Expand Up @@ -38,7 +37,7 @@ window.setInterval({
```

# Stream
You can build HTML directly to Writer (JVM only) or Appendable (both JVM and JS)
You can build HTML directly to Writer (JVM) or Appendable (Multiplatform)

```kotlin
System.out.appendHTML().html {
Expand Down

0 comments on commit c2f8ee0

Please sign in to comment.