Update README.md
This commit is contained in:
		@@ -1,11 +1,10 @@
 | 
				
			|||||||
 | 
					 | 
				
			||||||
# markdown_sqlite.py
 | 
					# markdown_sqlite.py
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This script processes a markdown file by reading its content and
 | 
					This script processes a markdown file by reading its content and
 | 
				
			||||||
updates an SQLite database with document content and metadata.
 | 
					updates an SQLite database with document content and metadata.
 | 
				
			||||||
The user can then select specific topics based on command-line arguments.
 | 
					The user can then select specific topics based on command-line arguments.
 | 
				
			||||||
The script tracks changes using MD5 hashes and ensures the database 
 | 
					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:  
 | 
					usage:  
 | 
				
			||||||
$ python3.11 markdown_sqlite.py --bootstrap  
 | 
					$ python3.11 markdown_sqlite.py --bootstrap  
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user