From 3dd9c7cdf0e04bbc09946ddfc96482ba5243243d Mon Sep 17 00:00:00 2001 From: paku Date: Sat, 3 Feb 2024 18:56:09 +0900 Subject: [PATCH] Update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5701ac4..a7afb69 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # piccolo -piccolo is a beautiful, easily composable HTML5 generation library in Common Lisp. It's +piccolo, a fork of [flute](https://github.com/ailisp/flute), is a beautiful, easilly composable DSL for writing HTML with Common Lisp. + +It's - Simple: the most simplistic syntax, for builtin and customized elements; - Easy to debug: pretty print generated html snippet in REPL;