Skip to content

Commit 0f10a58

Browse files
mr-chetanlevidurfee
andcommitted
Fix typo in README example file name
Corrected 'big.hmtl' to 'big.html' in the usage example to ensure accurate documentation and prevent confusion. https: //github.com/paquettg/pull/295 Co-Authored-By: Levi Durfee <10798199+levidurfee@users.noreply.github.com>
1 parent f83929a commit 0f10a58

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
@@ -195,7 +195,7 @@ You can also mount a static facade for the Dom object.
195195
```PHP
196196
PHPHtmlParser\StaticDom::mount();
197197

198-
Dom::loadFromFile('tests/big.hmtl');
198+
Dom::loadFromFile('tests/big.html');
199199
$objects = Dom::find('.content-border');
200200

201201
```

0 commit comments

Comments
 (0)