From f3e03e43c74d0c02335a655f0ac61dead53c872e Mon Sep 17 00:00:00 2001 From: Travis Shears Date: Mon, 16 Jun 2025 19:10:37 +0200 Subject: [PATCH] update readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 093d70c..7d3eb31 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # Code Snippets -App to store my code snippets. +Backend application to store my code snippets and make them available via REST API. + +[CLI CMS Companion Project](https://git.sr.ht/~travisshears/code-snippets-cli-cms) + +This project is written in [Clojure](https://clojure.org/) and data is stored in [XTDB](https://xtdb.dev/). ## Links