Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
touv committed Feb 22, 2012
1 parent a5256fe commit 70d3407
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -26,10 +26,10 @@ With [npm](http://npmjs.org) do:
console.log(xw.toString());
```
Output:
```
<?xml version="1.0"?>
<root foo="value">Some content</root>
```
<?xml version="1.0"?>
<root foo="value">Some content</root>
## Chaining
```javascript
var XMLWriter = require('xml-writer');
Expand Down

0 comments on commit 70d3407

Please sign in to comment.