From 83e97e94f877b4f8b09267e331ba844e59b9d75b Mon Sep 17 00:00:00 2001 From: Ivan Krechetov Date: Wed, 14 Aug 2013 10:26:18 +0200 Subject: [PATCH] Mention the xmlDecl option in the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e62c7fb..c30e0e3 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,8 @@ var convert = data2xml(); // or data2xml({}) var convert = require('data2xml')(); ``` -Note: in each example, I am leaving out the XML declaration. I am also pretty printing the output - the package doesn't -do this for you! +Note: in each example, I am leaving out the XML declaration (controlled by the `xmlDecl` option). I +am also pretty printing the output - the package doesn't do this for you! ``` var convert = require('data2xml')();