Skip to content

Commit 413d656

Browse files
yidinghancemremengu
authored andcommitted
Fix incorrect console.log result in readme (#124)
script log result can be produce in https://npm.runkit.com/fast-json-stringify
1 parent e98f2cf commit 413d656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ console.log(stringify({
330330
bar: 42,
331331
hi: 'HI',
332332
hello: 45
333-
})) // {"kind":"greeting","foo":"FOO","bar":42}
333+
})) // {"kind":"foobar","foo":"FOO","bar":42}
334334
```
335335
336336
**NB:** don't declare the properties twice or you'll print them twice!

0 commit comments

Comments
 (0)