Skip to content

Commit aa42853

Browse files
committed
Merge pull request #20 from mattyod/patch-1
Update readme.md
2 parents c7d7212 + d614884 commit aa42853

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Keys will become tag names.
2727
Values can be an `array of xmlObjects` or a value such as a `string` or `number`.
2828

2929
```js
30-
xml({a: 1})) === '<a>1</a>'
30+
xml({a: 1}) === '<a>1</a>'
3131
xml({nested: [{ keys: [{ fun: 'hi' }]}]}) === '<nested><keys><fun>hi</fun></keys></nested>'
3232
```
3333

0 commit comments

Comments
 (0)