Skip to content

Commit 3241a82

Browse files
committed
Xml: disableLineBreak, disableIndentation removed etc.
1 parent fc41a44 commit 3241a82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#`lib16/xml-builder-php`
1+
#lib16/xml-builder-php
22

33
lib16 XML Builder is a PHP 7 library for creating XML documents.
44

@@ -7,7 +7,7 @@ lib16 XML Builder is a PHP 7 library for creating XML documents.
77
Add the following to your project's `composer.json` file:
88
```json
99
"require": {
10-
"lib16/xml": "~1.1.4"
10+
"lib16/xml": "^1.2"
1111
}
1212
```
1313

@@ -53,7 +53,7 @@ $myKml->placemark(
5353
'Cologne Cathedral',
5454
'Cologne Cathedral is a Roman Catholic cathedral in Cologne, Germany.',
5555
50.9413, 6.958);
56-
$myKml->headerfields('cologne-cathedral');
56+
//$myKml->headerfields('cologne-cathedral');
5757
print $myKml;
5858
```
5959

0 commit comments

Comments
 (0)