From 0af5ecc5021a5ee270463ccea5da4309fe87e693 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Wed, 10 May 2023 17:42:27 +0200 Subject: Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe6ae35..7f8292e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ -# clist +# c-utils -A framework to manage lists on C language. \ No newline at end of file +A utility toolkit for the C language. These are the main features: + +* lists - you can manage lists in a simple way. + +Upcoming features: + +* maps - you can create maps with a key ad a value. The only limitation is the +key must be a string. -- cgit v1.2.3