Skip to content

Commit 2a228e5

Browse files
committed
Update README
1 parent a4929d8 commit 2a228e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ $array = [
384384
];
385385
```
386386

387-
Default:
387+
Default (prettified):
388388
```xml
389389
<?xml version="1.0" encoding="UTF-8"?>
390390
<root>
@@ -400,7 +400,7 @@ Usage:
400400
$xml_string = $converter->setCastBooleanTrue('Yes')->setCastBooleanFalse('No')->toXmlString($array);
401401
```
402402

403-
Result:
403+
Result (prettified):
404404
```xml
405405
<?xml version="1.0" encoding="UTF-8"?>
406406
<root>
@@ -426,7 +426,7 @@ $array = [
426426
];
427427
```
428428

429-
Default:
429+
Default (prettified):
430430
```xml
431431
<?xml version="1.0" encoding="UTF-8"?>
432432
<root>
@@ -441,7 +441,7 @@ Usage:
441441
$xml_string = $converter->setCastNullValue('__NULL__')->setCastBooleanFalse('No')->toXmlString($array);
442442
```
443443

444-
Result:
444+
Result (prettified):
445445
```xml
446446
<?xml version="1.0" encoding="UTF-8"?>
447447
<root>

0 commit comments

Comments
 (0)