Skip to content

Commit 745d4cb

Browse files
authored
Merge pull request #23 from adhocore/patch-1
docs: update docs
2 parents c73e3d3 + 38f6e10 commit 745d4cb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Comment::parseFromFile('/path/to/file.json', true);
6767

6868
### Example
6969

70-
An example JSON that this library can parse:s
70+
An example JSON that this library can parse:
7171

7272
```json
7373
{
@@ -83,7 +83,8 @@ An example JSON that this library can parse:s
8383
],
8484
"license": "MIT",
8585
/*
86-
* This is a multiline comment.
86+
* This is a multiline
87+
* comment.
8788
*/
8889
"authors": [
8990
{

0 commit comments

Comments
 (0)