Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Atry committed Jan 28, 2023
1 parent 252000d commit bc750e6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -7,10 +7,11 @@

This **html.scala** 3.x provides the `html"""..."""` interpolation for creating reactive HTML templates. It is a reimplementation of `@dom` and `@html` annotation in [Binding.scala](https://github.com/ThoughtWorksInc/Binding.scala), supporting Scala 3. The typing rules are also improved, preventing red marks in IDEs.

For Scala 2 users, use html.scala 2.x instead.

See [API Document](https://javadoc.io/page/com.yang-bo/html_sjs1_3/latest/com/yang_bo/html.html) for usage.
For Scala 2 users, use `html.scala` 2.x instead.

## Links

* [API Documentation](https://javadoc.io/page/com.yang-bo/html_sjs1_3/latest/com/yang_bo/html.html)
* [Binding.scala](https://github.com/ThoughtWorksInc/Binding.scala/)
* [All-in-One Scala.js Static Web Project Template (including html.scala)](https://github.com/Atry/scalajs-all-in-one-template)
* [Binding.scala • TodoMVC](http://todomvc.com/examples/binding-scala/)

0 comments on commit bc750e6

Please sign in to comment.