aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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