From 31766893e4cfec81aa07fe0969af00dd0a18a2f3 Mon Sep 17 00:00:00 2001 From: Ezzat Chamudi Date: Sun, 16 Jun 2019 21:05:43 +0700 Subject: [PATCH] Added missing comma in README snippet Added missing comma at "options object for `toJson`" part. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ef1daa..6ef5bcf 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ var options = { coerce: false, sanitize: true, trim: true, - arrayNotation: false + arrayNotation: false, alternateTextNode: false }; ```