Update README

This commit is contained in:
paku 2024-02-10 12:51:36 +09:00
parent 1daa23bc31
commit d9d1c8287e

View file

@ -9,11 +9,6 @@ It's
- Powerful: help you define reusable and composable components, like that in React - Powerful: help you define reusable and composable components, like that in React
- Modern: focus only on HTML5 - Modern: focus only on HTML5
# Warning
This software is still ALPHA quality. The APIs likely change.
# Changes from Flute # Changes from Flute
- Added: - Added:
@ -46,7 +41,7 @@ If you don't want to import all symbols, see [H Macro](#h-macro), which provide
(html (html
(head (head
(link :rel "...") (link :rel "...")
(script :src "...")) (script :src "..." :defer t))
(body (body
(div :id "a" :class "b" (div :id "a" :class "b"
(p :style "color: red" (p :style "color: red"