summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaniel-Jones <daniel@danieljon.es>2018-10-04 21:05:19 +0930
committerdaniel-Jones <daniel@danieljon.es>2018-10-04 21:05:19 +0930
commitce2b3f9a9cac1fc0788e235fd6629b787f980708 (patch)
tree737b6446589863e2b36ff4901a91d5943225efae
parent68aebda51fa560ed907aa0df66db1824ff6add2b (diff)
downloadcfg-ce2b3f9a9cac1fc0788e235fd6629b787f980708.tar.gz
cfg-ce2b3f9a9cac1fc0788e235fd6629b787f980708.zip
minor fix again
-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));