From: Adam Dullage Date: Tue, 23 Aug 2022 06:55:59 +0000 (+0100) Subject: Updated package.json description X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=db0154d7974793ef86e663e4b0976258dfc54b42;p=flatnotes.git Updated package.json description --- diff --git a/package.json b/package.json index 5b18bc3..e0f290d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "flatnotes", "version": "0.0.0", - "description": "A note taking web app that utilises a flat folder of markdown files for storage.", + "description": "A database-less note taking web app that utilises a flat folder of markdown files for storage.", "main": "flatnotes/src/index.html", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",