From 9f0ababed2ed9f6aa8a0f4db81c66ea8d5c03c34 Mon Sep 17 00:00:00 2001 From: Luca Favatella Date: Thu, 8 Jun 2017 13:45:57 +0100 Subject: [PATCH] Fix typo in readme on utf8 option --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37590e9..108a125 100644 --- a/README.md +++ b/README.md @@ -440,7 +440,7 @@ additional options beyond these. see 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()]}`. - `strict` is equivalent to `{strict, [comments, bad_utf8, single_quotes, escapes]}` + `strict` is equivalent to `{strict, [comments, utf8, single_quotes, escapes]}` - `return_tail`