Skip to content

Commit 140eef3

Browse files
committed
docs: improve documentation
1 parent 62f746c commit 140eef3

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
@@ -120,7 +120,7 @@ $html = <<<HTML
120120
</html>
121121
HTML;
122122

123-
$llmsTxts = (new Extractor())->extractFromHtml($html);
123+
$llmsTxts = (new Extractor())->extractFromHtml($html); // OR ->extractFromFile('/path/to/htmlFile.html')
124124
```
125125

126126
Value of `$llmsTxts`:

0 commit comments

Comments
 (0)