aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.