Skip to content

Commit fc6cefb

Browse files
committed
Update a problem with the README
fixes paquettg#11
1 parent 858ec46 commit fc6cefb

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
@@ -84,7 +84,7 @@ use PHPHtmlParser\Dom;
8484
use App\Services\Connector;
8585

8686
$dom = new Dom;
87-
$dom->loadFromUrl('http://google.com', new Connector);
87+
$dom->loadFromUrl('http://google.com', [], new Connector);
8888
$html = $dom->outerHtml;
8989
```
9090

0 commit comments

Comments
 (0)