From 8957d565f8790bf2a90fb91c3188c4eb61dd2153 Mon Sep 17 00:00:00 2001 From: Francesco Date: Wed, 10 Sep 2025 16:48:15 +0200 Subject: [PATCH] refactor(readme) --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4877a47..a5d16cb 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,12 @@ A small, personal C library for learning and experimentation. ## Features -- Thread-safe hashmaps -- Thread-safe dynamic strings -- Thread-safe circular queues -- Thread-safe vectors +All the features listed are Thread-safe. + +- Hashmaps +- Strings +- Circular queues +- Vectors - Stack ## Usage