summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5fe0936..862579f 100644
--- a/README.md
+++ b/README.md
@@ -75,8 +75,6 @@ print $html5->saveHTML($dom);
// Or save it to a file:
$html5->save($dom, 'out.html');
-
-?>
```
The `$dom` created by the parser is a full `DOMDocument` object. And the