diff --git a/README.md b/README.md index 1bd6bf1..f5c5ea1 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ This project is a fork of [flute](https://github.com/ailisp/flute/), originally With the `hsx` macro, you can construct HTML using S-expressions. +The role of the `hsx` macro is to detect symbols of built-in elements and import the corresponding functions on demand. It is not needed when invoking user components defined with the `defcomp` macro. + The property list (inline form is also available) following the element name is interpreted as attributes, while the remaining elements are interpreted as child elements. When a property is given a boolean value: