From 2e972d4e0f63b141cae4810ede23eec6734c22f1 Mon Sep 17 00:00:00 2001 From: Nino Date: Tue, 24 Apr 2018 09:15:45 +0700 Subject: Adds a missing import The example implies the use of `\ParseException`, but I think the author meant `andreskrey\Readability\ParseException` --- README.md | 1 + 1 file changed, 1 insertion(+) 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()); -- cgit v1.2.3