Skip to content

Commit a0bcdb8

Browse files
committed
fix in readme.md
1 parent adda2fc commit a0bcdb8

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
@@ -86,11 +86,11 @@ echo $xml->fromArray($in)->toOutput();
8686

8787
**Configuration:**
8888

89-
```php
89+
```
9090
$xml = new XmlConstructor([
9191
// Indent each line in the XML document. 4 space by default.
9292
'indentString' => ' ',
93-
// Header document tag. "<?xml version="1.0" encoding="UTF-8"?\>" by default.
93+
// Header document tag. "<?xml version="1.0" encoding="UTF-8"?>" by default.
9494
'startDocument' => [
9595
// version
9696
'1.0',

0 commit comments

Comments
 (0)