From 31c239418c44c5b63681a5fc6bb5474a5f7feba5 Mon Sep 17 00:00:00 2001 From: MrKalzu Date: Thu, 3 Oct 2024 21:06:45 +0300 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 911e526..3aab0ae 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ - # markdown_sqlite.py This script processes a markdown file by reading its content and updates an SQLite database with document content and metadata. The user can then select specific topics based on command-line arguments. The script tracks changes using MD5 hashes and ensures the database -reflects the current state of the markdown filarguments +reflects the current state of the markdown file. usage: $ python3.11 markdown_sqlite.py --bootstrap