Skip to content

Commit

Permalink
Mention the xmlDecl option in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
ikr committed Aug 14, 2013
1 parent cb64e4d commit 83e97e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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')();
Expand Down

0 comments on commit 83e97e9

Please sign in to comment.