From 9fabdf623975870fc76fad1651fe260c02056883 Mon Sep 17 00:00:00 2001 From: Levi Durfee Date: Thu, 4 Nov 2021 09:05:56 -0400 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6889b07..8d4b5e9 100755 --- a/README.md +++ b/README.md @@ -206,7 +206,7 @@ You can also mount a static facade for the Dom object. ```PHP PHPHtmlParser\StaticDom::mount(); -Dom::loadFromFile('tests/big.hmtl'); +Dom::loadFromFile('tests/big.html'); $objects = Dom::find('.content-border'); ```