stitch

Note taking for messy minimalists

git clone git://mccd.space/stitch
commit bb037e05b3b4accb2c03fe50a9cac4558213f5af
parent b5ccd7fc380558af02f85e28737b93f213f3d417
Author: Marc Coquand <marc@mccd.space>
Date:   Sun, 19 May 2024 09:54:57 -0500

Update docs

Diffstat:
MREADME | 2+-
Mbin/main.ml | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README b/README
@@ -1,7 +1,7 @@
 Table of Contents
 _________________
 
-1. Stitch - Note Composer
+1. Stitch - Note Managing for Unorganized Minimalists
 .. 1. FEATURES
 .. 2. SCREENSHOTS
 .. 3. CREDIT
diff --git a/bin/main.ml b/bin/main.ml
@@ -59,7 +59,7 @@ let envs =
 
 
 let headlines_cmd =
-  let doc = "write notes separately and compose" in
+  let doc = "note managing for unorganized minimalists" in
   let author = [ `S Manpage.s_authors; `P "Marc Coquand (mccd.space)" ] in
   let bugs =
     [ `S Manpage.s_bugs; `P "Email bug reports to ~marcc/stitch-general@lists.sr.ht." ]