Skip to content

Commit 2b165b8

Browse files
committed
Merge pull request paquettg#47 from cybrox/patch-1
Fixed Strings example in README
2 parents b8280b8 + e0a1653 commit 2b165b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ require "vendor/autoload.php";
110110
use PHPHtmlParser\Dom;
111111

112112
$dom = new Dom;
113-
$dom->loadStr('<html>String</html>', [])
113+
$dom->loadStr('<html>String</html>', []);
114114
$html = $dom->outerHtml;
115115
```
116116

0 commit comments

Comments
 (0)