Skip to content

Commit 0f12dcf

Browse files
authoredMay 30, 2020
Fix confusing sentence
Closes GH-25. Reviewed-by: Christian Murphy <christian.murphy.42@gmail.com> Reviewed-by: Titus Wormer <tituswormer@gmail.com>
1 parent 40f8e42 commit 0f12dcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,8 @@ cli input.txt --setting 'golf: false, hotel-india: ["juliet", 1]'
287287
Configuration for the parser and compiler of the processor.
288288
Can be set from [configuration files][config-file].
289289

290-
The given settings are [JSON5][], with one exceptions: surrounding braces must
291-
not be used: `"foo": 1, "bar": "baz"` is valid
290+
The given settings are [JSON5][], with one exception: surrounding braces must
291+
not be used. Instead, use JSON syntax without braces, such as `"foo": 1, "bar": "baz"`.
292292

293293
* **Default**: none
294294
* **Alias**: `-s`

0 commit comments

Comments
 (0)
Please sign in to comment.