Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dylang committed Nov 8, 2013
1 parent b63dc6d commit dcc9dc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Expand Up @@ -83,13 +83,13 @@ data: </toys>
*/
```

`declartion` _optional_ Add default xml declaration as first node.
`Declaration` _optional_ Add default xml declaration as first node.

_options_ are:
* encoding: 'value'
* standalone: 'value'

**Declartion Example**
**Declaration Example**

```js
xml([ { a: 'test' }], { declaration: true })
Expand Down

0 comments on commit dcc9dc0

Please sign in to comment.