From 3e8d0210b1993cd94a6c84067e7cbb303a2048e9 Mon Sep 17 00:00:00 2001 From: James Ross Date: Thu, 25 Jul 2024 16:58:14 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5349df3..fd88cb5 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Sometimes you need to write strings into an `ini` file with quotes around them, By passing an array of `forceStringifyKeys`, you can specify which keys are forced stringified with `JSON.stringify` and therefore maintain their quotes. Note: This is pretty limited currently in that it doesn't account for the same key being in different sections, but covers our current use-case. -## New `allowEmptySection` optoin +## New `allowEmptySection` option If you want to allow empty sections, you can set this option to `true`. ```ini [section]