summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6766af3..dbbb690 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,8 @@ All functions return 0 on failure, this goes for getting a value, always check 0
main.c has a usage example, however the usage structure is like this:
+Writing back to the cfg file is NOT implemented.
+
````
// allocate memory for the cfg structure
struct cfgfile *cfg = malloc(sizeof(struct cfgfile));