summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index d1a9075..b5f8607 100644
--- a/README.md
+++ b/README.md
@@ -39,3 +39,6 @@ else
// free all of our memory (including cfg itself)
cfgfree(cfg);
````
+
+Why didn't I use string.h functions to extract the key and value?
+I did originally, but I scraped it because it was hacky, if I had any idea what I would end up using I would have kept it.