Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Cherry authored Jul 25, 2024
1 parent b0895f9 commit 3e8d021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 3e8d021

Please sign in to comment.