We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7d7212 + d614884 commit aa42853Copy full SHA for aa42853
1 file changed
readme.md
@@ -27,7 +27,7 @@ Keys will become tag names.
27
Values can be an `array of xmlObjects` or a value such as a `string` or `number`.
28
29
```js
30
-xml({a: 1})) === '<a>1</a>'
+xml({a: 1}) === '<a>1</a>'
31
xml({nested: [{ keys: [{ fun: 'hi' }]}]}) === '<nested><keys><fun>hi</fun></keys></nested>'
32
```
33
0 commit comments