Skip to content

Commit c2cf01a

Browse files
committed
Fixes paquettg#192 - Fixed documentation
1 parent 4543737 commit c2cf01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ require "vendor/autoload.php";
4949
use PHPHtmlParser\Dom;
5050

5151
$dom = new Dom;
52-
$dom->loadFromFile('tests/big.html');
52+
$dom->loadFromFile('tests/data/big.html');
5353
$contents = $dom->find('.content-border');
5454
echo count($contents); // 10
5555

0 commit comments

Comments
 (0)