Update README
This commit is contained in:
parent
1daa23bc31
commit
d9d1c8287e
1 changed files with 1 additions and 6 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue