From 5675ed0aa91c86de0eaee82a6f28afdda19cb365 Mon Sep 17 00:00:00 2001 From: Soikk <76824648+Soikk@users.noreply.github.com> Date: Mon, 22 Aug 2022 17:01:52 +0200 Subject: [PATCH] Actually fixed README --- CHANGELOG | 3 +++ README.md | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 07be71b..198d38f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +1661180468 (Mon Aug 22 2022 17:01:08 GMT+0200 (Central European Summer Time)) +Actually fixed README + 1661180357 (Mon Aug 22 2022 16:59:17 GMT+0200 (Central European Summer Time)) Updated README and fixed Layne's mistake on TODO diff --git a/README.md b/README.md index 93a80a1..1cd54a0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # DB - A local tag based database made entirely in C from scratch - Currently stores both tags and files as plaintext - Uses a mix of AVL trees and normal arrays to work with the data +A local tag based database made entirely in C from scratch +Currently stores both tags and files as plaintext +Uses a mix of AVL trees and normal arrays to work with the data ## Example Loading and debugging|Showing and removing tags -- 2.39.5