summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2018-02-12 14:18:27 +0000
committerAndres Rey <[email protected]>2018-02-12 14:18:27 +0000
commit622e782a137f4331346c5017bfd5f48957a25df7 (patch)
tree5109be20c88958113627a989977b91bd2ff5813c
parent99dd2a423b6479e108a8ca83fcfb8d556c7fa4d5 (diff)
#45 Fix small mistake in documentation
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ef873ea..9195d33 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ First you have to require the library using composer:
Then, create a Readability class and pass a Configuration class, feed the `parse()` function with your HTML and echo the variable:
```php
-use andreskrey\Readability\HTMLParser;
+use andreskrey\Readability\Readability;
use andreskrey\Readability\Configuration;
$readability = new Readability(new Configuration());