From 20e9489d97345f3f2a42805264a3daacc2553e6b Mon Sep 17 00:00:00 2001 From: Wade Mealing Date: Sun, 29 Oct 2023 11:42:40 +1000 Subject: [PATCH] Use UTf8 tickboxes, looks better maybe ? --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 044f8cc..611cd6f 100644 --- a/README.md +++ b/README.md @@ -56,25 +56,24 @@ TBD [~] Create a tutorial of basic HTMX used with LFE. -[x] Provide a simple working LFE web server that serves html. +☑ Provide a simple working LFE web server that serves html. -[x] Provide an example of serving htmx from LFE. +☑ Provide an example of serving htmx from LFE. -[x] Add github actions for quick test results. +☑ Add github actions for quick test results. -[ ] Add github action to create container - - [ ] Update instructions on how to run container. +☐ Add github action to create container + ☐ Update instructions on how to run container. [ ] Create a playground which serves up simple editable html page and a lfe handler. Post Spawnfest -[ ] Provide advanced examples of per user processes linked to a single page (advanced, probably after spawnfest). +☐ Provide advanced examples of per user processes linked to a single page (advanced, probably after spawnfest). -[ ] Create "export" of custom sandbox function for use in users project. +☐ Create "export" of custom sandbox function for use in users project. -[ ] Implement the "debug" HTMX extension. +☐ Implement the "debug" HTMX extension. ## License [↟](#table-of-contents)