We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ab44ea commit dc67abdCopy full SHA for dc67abd
README.md
@@ -146,8 +146,7 @@ XML builder usage
146
Since 0.4.0, objects can be also be used to build XML:
147
148
```javascript
149
-var fs = require('fs'),
150
- xml2js = require('xml2js');
+var xml2js = require('xml2js');
151
152
var obj = {name: "Super", Surname: "Man", age: 23};
153
0 commit comments