Skip to content

Commit 847e0c3

Browse files
Merge pull request Leonidas-from-XIV#416 from Hannes-Magnusson-CK/patch-1
Remove unused require() from example
2 parents 1ab44ea + dc67abd commit 847e0c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,7 @@ XML builder usage
146146
Since 0.4.0, objects can be also be used to build XML:
147147

148148
```javascript
149-
var fs = require('fs'),
150-
xml2js = require('xml2js');
149+
var xml2js = require('xml2js');
151150

152151
var obj = {name: "Super", Surname: "Man", age: 23};
153152

0 commit comments

Comments
 (0)