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)