aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael McVady <femtonaut@gmail.com>2024-01-27 00:57:45 -0600
committerMichael McVady <femtonaut@gmail.com>2024-01-27 00:57:45 -0600
commit2228c06c9abcb24a72413da168174cbce35dac47 (patch)
tree42d755c2a65c8424982890ccac140e10e4fbcd72
parent3e1622c0c98bf3ff5bed724014211cec79c765db (diff)
Update `README.md`
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 28981b9..3a4ef19 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,10 @@
# clog
-An attempt to implement a blog in C, using the [kore.io](https://kore.io) framework.
+Blog hacked in C using
+[kore.io](https://kore.io),
+[PostgreSQL](https://www.postgresql.org),
+[Markdown](https://github.com/mity/md4c),
+& [Mermaid](https://mermaid.js.org).
## Running