aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2023-05-10 17:42:27 +0200
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2023-05-10 17:42:27 +0200
commit0af5ecc5021a5ee270463ccea5da4309fe87e693 (patch)
tree8c42cc4fe3160ba059169a4d5a23076ea60c423e
parentcc751bec152236f2d1a1306cd144a1fe252f5565 (diff)
downloadutils-0af5ecc5021a5ee270463ccea5da4309fe87e693.tar.gz
utils-0af5ecc5021a5ee270463ccea5da4309fe87e693.zip
Update README.md
-rw-r--r--README.md11
1 files 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.