From 3547f570e618cdb952669f88cee1dc3ddc16cf1b Mon Sep 17 00:00:00 2001 From: Francesco Date: Sat, 2 Aug 2025 12:20:08 +0200 Subject: [PATCH] update readme --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b6a722..195bb31 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # myclib -My personal C library + +This is a personal C library created for learning and experimentation. +It is not production-ready. Use at your own risk. + +## Features + +- Hashmaps +- Dynamic strings (requires linking with the math library)