Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Omega-Ariston committed Mar 23, 2020
1 parent a3ae596 commit a44bad4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -182,7 +182,7 @@ var xml = builder.buildObject(obj);
```
will result in:

```
```xml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<root>
<name>Super</name>
Expand All @@ -206,7 +206,7 @@ var builder = new xml2js.Builder();
var xml = builder.buildObject(obj);
```
will result in:
```
```xml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<root id="my id">my inner text</root>
```
Expand Down

0 comments on commit a44bad4

Please sign in to comment.