summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--example.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5fa0671..f3dfa8a 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ Here is how you use the high-level `HTML5` library API:
<?php
// Assuming you installed from Composer:
require "vendor/autoload.php";
-use Masterminds/HTML5;
+use Masterminds\HTML5;
// An example HTML document:
diff --git a/example.php b/example.php
index 1f5b523..5e3b25f 100644
--- a/example.php
+++ b/example.php
@@ -1,7 +1,7 @@
<?php
require "vendor/autoload.php";
-use Masterminds/HTML5;
+use Masterminds\HTML5;
$html = <<< 'HERE'