diff --git a/README.md b/README.md index 1472abb..ad236c9 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ For example, the following will create a `Parser` that does not allow comparison comparison: false, // Disable 'in' and = operators - 'in': false, + 'in': true, assignment: false } });