summaryrefslogtreecommitdiffstats
path: root/libraries/canfigger/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/canfigger/README')
-rw-r--r--libraries/canfigger/README13
1 files changed, 6 insertions, 7 deletions
diff --git a/libraries/canfigger/README b/libraries/canfigger/README
index d1315c49fb..65938ae5e4 100644
--- a/libraries/canfigger/README
+++ b/libraries/canfigger/README
@@ -1,11 +1,10 @@
# canfigger
-Simple configuration file parser library
+Canfigger is a lightweight C language library designed to parse
+configuration files. It provides functionality to read them and
+represent their contents as a linked list of key-value pairs, along
+with associated attributes for each pair.
-website: https://github.com/andy5995/canfigger
+website: https://github.com/andy5995/canfigger/
-This library contains a function that parses simple configuration
-files that use a key/value pair with optional attributes.
-
-See README.md on the GitHub repo for more info about the API and
-examples.
+See README.md on the GitHub repo for more info and examples.