summaryrefslogtreecommitdiff
path: root/example.php
diff options
context:
space:
mode:
Diffstat (limited to 'example.php')
-rw-r--r--example.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/example.php b/example.php
index 2694aa4..ed0d86e 100644
--- a/example.php
+++ b/example.php
@@ -24,8 +24,8 @@ $html = <<< 'HERE'
</body></html>
HERE;
-$dom = \HTML5::loadHTML($html);
+$dom = \HTML5Helper::loadHTML($html);
print "Converting to HTML 5\n";
-\HTML5::save($dom, fopen("php://stdin", 'w'));
+\HTML5Helper::save($dom, fopen("php://stdin", 'w'));