From 3193054e04052ace1108b34d80116ff85b03d98b Mon Sep 17 00:00:00 2001 From: paku Date: Thu, 12 Dec 2024 14:00:42 +0900 Subject: [PATCH] Update README --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 730e943..4c63e73 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,14 @@ # HSX -HSX (Hypertext S-expression) is a simple yet powerful HTML5 generation library for Common Lisp. It was forked from [flute](https://github.com/ailisp/flute/). +HSX (Hypertext S-expression) is a simple yet powerful HTML5 generation library for Common Lisp. + +This project is a fork of [ailisp/flute](https://github.com/ailisp/flute/). + +## Warning + +This software is still ALPHA quality. The APIs likely change. + +Please check the [release notes](https://github.com/skyizwhite/hsx/releases). ## Introduction