summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2018-04-24 19:10:20 +0100
committerGitHub <[email protected]>2018-04-24 19:10:20 +0100
commitd7f1f36bf0bb480124b9e7b7930751766ee04137 (patch)
tree39ff955b73e6382c3018e01cb403c084a4b00e41
parentc95152dbb163eb4194c079015a6d98e9a91e4388 (diff)
parent2e972d4e0f63b141cae4810ede23eec6734c22f1 (diff)
Merge pull request #60 from NinoSkopac/patch-1
Adds a missing import
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 19b3dc3..67de111 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,7 @@ Then, create a Readability class and pass a Configuration class, feed the `parse
```php
use andreskrey\Readability\Readability;
use andreskrey\Readability\Configuration;
+use andreskrey\Readability\ParseException;
$readability = new Readability(new Configuration());