Skip to content

Commit dc4d23c

Browse files
committed
example require path fix
1 parent 44c4a93 commit dc4d23c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/run_example.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
require __DIR__ . '/../vendor/autoload.php';
3+
require __DIR__ . '/../../../autoload.php';
44

55
$inliner = new Northys\CSSInliner;
66
$inliner->addCSS(__DIR__ . '/example.css');

0 commit comments

Comments
 (0)