Skip to content

Commit a44bad4

Browse files
Update README.md
1 parent a3ae596 commit a44bad4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ var xml = builder.buildObject(obj);
182182
```
183183
will result in:
184184

185-
```
185+
```xml
186186
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
187187
<root>
188188
<name>Super</name>
@@ -206,7 +206,7 @@ var builder = new xml2js.Builder();
206206
var xml = builder.buildObject(obj);
207207
```
208208
will result in:
209-
```
209+
```xml
210210
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
211211
<root id="my id">my inner text</root>
212212
```

0 commit comments

Comments
 (0)