From 314f7cb2733c5270feed533603ec04e8a2e51cf7 Mon Sep 17 00:00:00 2001 From: Akira Tempaku <paku@skyizwhite.dev> Date: Sun, 18 May 2025 19:00:35 +0900 Subject: [PATCH] Add link to usage example --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 72f9252..a90fd1c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ **HSX** is a simple and powerful HTML generation library for Common Lisp, inspired by JSX. It allows you to write HTML using native Lisp syntax. +[Practical usage example](https://github.com/skyizwhite/website) + > 🚧 **BETA NOTICE:** > This library is still in early development. APIs may change. > See [release notes](https://github.com/skyizwhite/hsx/releases) for details.