aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2023-06-11 10:08:49 -0700
committerKaz Kylheku <kaz@kylheku.com>2023-06-11 10:08:49 -0700
commitb50039388ea5250bb7396544dd7133fc3131898c (patch)
tree4f9b3d1e9c370ac8071597a3759e5a27811b7dcc
parentba062d3eb5cef28d91c01083e840be89aeab38fe (diff)
downloadtl-who-b50039388ea5250bb7396544dd7133fc3131898c.tar.gz
tl-who-b50039388ea5250bb7396544dd7133fc3131898c.tar.bz2
tl-who-b50039388ea5250bb7396544dd7133fc3131898c.zip
README: mention deftag earlier.
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2102c6f..c046c88 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,9 @@ TL-WHO is a translation of the Common Lisp library
It is a derived work of CL-WHO, copyrighted by the original authors and
carrying their licensing notices.
-TL-WHO provides a macro for generating HTML using Lisp syntax.
+TL-WHO also provides a macro called `deftag`, which is inspired
+by a same-named macro described in the documentation of another Lisp HTML
+generation library called [Spinneret](https://github.com/ruricolist/spinneret).
Unlike some HTML generating libraries, TL-WHO works by translating the
syntax into code that writes HTML to a stream, rather that translating