We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc41a44 commit 3241a82Copy full SHA for 3241a82
README.md
@@ -1,4 +1,4 @@
1
-#`lib16/xml-builder-php`
+#lib16/xml-builder-php
2
3
lib16 XML Builder is a PHP 7 library for creating XML documents.
4
@@ -7,7 +7,7 @@ lib16 XML Builder is a PHP 7 library for creating XML documents.
7
Add the following to your project's `composer.json` file:
8
```json
9
"require": {
10
- "lib16/xml": "~1.1.4"
+ "lib16/xml": "^1.2"
11
}
12
```
13
@@ -53,7 +53,7 @@ $myKml->placemark(
53
'Cologne Cathedral',
54
'Cologne Cathedral is a Roman Catholic cathedral in Cologne, Germany.',
55
50.9413, 6.958);
56
-$myKml->headerfields('cologne-cathedral');
+//$myKml->headerfields('cologne-cathedral');
57
print $myKml;
58
59
0 commit comments