aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 999465d..69199c5 100644
--- a/README.md
+++ b/README.md
@@ -44,5 +44,7 @@
- Hash Map with basic functions (learning hash map implementation with linear probing)
`ROOT/HashMap/HashMap.c`
----
+- miniDB that uses my hash map to store persistent data :D
+ `ROOT/miniDB/*`
+---