From 823c6a1ac951a2cb503c25908ef642ecf157fcfc Mon Sep 17 00:00:00 2001 From: gnat Date: Mon, 26 Aug 2024 21:47:28 -0700 Subject: [PATCH] fix readme --- readme.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index e6c9a26..dde3a42 100644 --- a/readme.md +++ b/readme.md @@ -1,12 +1,12 @@ # htmlgen -tool for generating html from lisp code. -used for natalieee.net. -built around https://gist.github.com/markasoftware/ab357f1b967b3f656d026e33fec3bc0e +tool for generating html from lisp code.
+used for natalieee.net.
+built around https://gist.github.com/markasoftware/ab357f1b967b3f656d026e33fec3bc0e
## useage -templates/: used for templates -src/: documents in lisp -out/: where html will be written +templates/: used for templates
+src/: documents in lisp
+out/: where html will be written
to compile, run `{clisp,sbcl} gen.lisp`