Skip to content

Commit

Permalink
Fix example.php require_once
Browse files Browse the repository at this point in the history
  • Loading branch information
allejo committed Dec 18, 2019
1 parent a26ab4e commit 3f6ad3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/example.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/

require_once __DIR__ . "../Highlight/Autoloader.php";
require_once __DIR__ . "/../Highlight/Autoloader.php";
spl_autoload_register("Highlight\\Autoloader::load");

$hl = new Highlight\Highlighter();
Expand Down

0 comments on commit 3f6ad3c

Please sign in to comment.