Fix typo in readme on utf8 option

This commit is contained in:
Luca Favatella 2017-06-08 13:45:57 +01:00
parent d5913af1b7
commit 9f0ababed2

View file

@ -440,7 +440,7 @@ additional options beyond these. see
escape sequences not adhering to the json spec result in a `badarg` error escape sequences not adhering to the json spec result in a `badarg` error
any combination of these can be passed to **jsx** by using `{strict, [strict_option()]}`. any combination of these can be passed to **jsx** by using `{strict, [strict_option()]}`.
`strict` is equivalent to `{strict, [comments, bad_utf8, single_quotes, escapes]}` `strict` is equivalent to `{strict, [comments, utf8, single_quotes, escapes]}`
- `return_tail` - `return_tail`