Skip to content

Commit 5e969f7

Browse files
Rename example_plain_text.php to examples/example_plain_text.php
1 parent 20fe5d1 commit 5e969f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
$doc = new WebParser();
55
$doc->loadHTMLFile('https://en.wikipedia.org/wiki/COVID-19_pandemic');
66
// * stands for "everything"
7-
echo $doc->query("*")->getText();
7+
echo $doc->query("*")->getText();

0 commit comments

Comments
 (0)