We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44c4a93 commit dc4d23cCopy full SHA for dc4d23c
1 file changed
examples/run_example.php
@@ -1,6 +1,6 @@
1
<?php
2
3
-require __DIR__ . '/../vendor/autoload.php';
+require __DIR__ . '/../../../autoload.php';
4
5
$inliner = new Northys\CSSInliner;
6
$inliner->addCSS(__DIR__ . '/example.css');
0 commit comments