aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2021-03-08 07:03:07 -0600
committerColin Okay <okay@toyful.space>2021-03-08 07:03:07 -0600
commitc57cf07e31037e2d1cfe9a697de7bc228e0290dc (patch)
tree1f5588c9db27e3510bb0d40149e11e9e90026e4a
parent44bc318cca3c4ed9e9c76a1585f7d07eec475b08 (diff)
added examples to readme
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 22d6be4..799bdcc 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,11 @@ It is not at all 'field tested', does not compete with more thorougly
conceived frameworks, and is itself just a kind of wrapper around
clack.
+I use lazybones for personal projects. Here are a few:
+
+- [Time Well Spent](https://github.com/cbeo/tws) is a time tracker with [EBS](https://www.joelonsoftware.com/2007/10/26/evidence-based-scheduling/) features.
+- [Compost](https://github.com/cbeo/compost) a message board in a single deployable binary, I use it for small group collaborations.
+
# Basic Example
``` lisp