From ce2b3f9a9cac1fc0788e235fd6629b787f980708 Mon Sep 17 00:00:00 2001 From: daniel-Jones Date: Thu, 4 Oct 2018 21:05:19 +0930 Subject: minor fix again --- README.md | 4 ++-- 1 file 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)); -- cgit v1.2.3