From f352b34572eff4ef789343372837f8bf2a1a98db Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Mon, 26 Aug 2024 16:22:12 +0100 Subject: [PATCH] chore: amend readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e7ec0f6..97bb513 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # eolas-db This application parses data in my [zettelkasten](https://github.com/thomasabishop/eolas) repository and populates an -SQLite database that records key metadata about each entry (tags, backlinks, outlinks etc). It exposes a command line application for interfacing with the database. +SQLite database that records key metadata about each entry (tags, backlinks, outlinks etc). + +It exposes a command line application for interfacing with the database.