From ce867785a2415371df5553df7fc29cf0d4acac22 Mon Sep 17 00:00:00 2001 From: Garvit Sharma Date: Thu, 1 Jan 2015 22:36:42 +0530 Subject: [PATCH] Error in documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27b9226..33bcd3a 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ console.log(json); parser.toJson(xml, options); ``` ```javascript -parser.toXml(json, options); +parser.toXml(json); ``` ### Options object