From 71ac226e502610df1d0508d1458a72fef145049a Mon Sep 17 00:00:00 2001 From: Francesco Date: Sun, 7 Sep 2025 23:26:32 +0200 Subject: [PATCH] refactor: update readme --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index bcda4d8..e42828d 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,15 @@ # myclib -**myclib** is a personal C library. This project is a work in progress and intended for educational use. -It is not production-ready. Use at your own risk. +A small, personal C library for learning and experimentation. +**Not production-ready. Use at your own risk.** ## Features -- Hashmaps - Thread-safe (MT Safe) -- Dynamic strings - Thread-safe (MT Safe) -- Circular Queues - Thread-safe (MT Safe) -- Vectors - Thread-safe (MT Safe) +- Thread-safe hashmaps +- Thread-safe dynamic strings +- Thread-safe circular queues +- Thread-safe vectors -## Examples -You can find examples inside `test/` folder. +## Usage + +See the `test/` folder for examples.