summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9d8a5ca..d1a9075 100644
--- a/README.md
+++ b/README.md
@@ -16,10 +16,10 @@ To compile type ````make````. Run the example program by issuing ````./example``
All functions return 0 on failure, this goes for getting a value, always check 0 isn't returned. If it is, that means the key was not found.
-main.c has a usage example, however the usage structure is like this:
-
Writing back to the cfg file is NOT implemented.
+main.c has a usage example, however the usage structure is like this:
+
````
// allocate memory for the cfg structure
struct cfgfile *cfg = malloc(sizeof(struct cfgfile));