From a73af8d936260585e92035827c161ba0bc3075b8 Mon Sep 17 00:00:00 2001 From: paku Date: Fri, 20 Dec 2024 23:38:19 +0900 Subject: [PATCH] Update description --- README.md | 2 +- hsx.asd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4bd5733..b036ba3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # HSX -HSX (Hypertext S-expression) is a simple yet powerful HTML5 generation library for Common Lisp. +HSX (Hypertext S-expression) is a simple and powerful HTML (Living Standard) generation library for Common Lisp. This project is a fork of [ailisp/flute](https://github.com/ailisp/flute/). diff --git a/hsx.asd b/hsx.asd index b1151ae..c5ab13d 100644 --- a/hsx.asd +++ b/hsx.asd @@ -1,6 +1,6 @@ (defsystem "hsx" :version "0.4.0" - :description "Hypertext S-expression" + :description "Simple and powerful HTML generation library." :author "skyizwhite, Bo Yao" :maintainer "skyizwhite " :license "MIT"