From 088027cd2e5593337de3c19dfdb94170d14e8384 Mon Sep 17 00:00:00 2001 From: Andres Rey Date: Mon, 12 Feb 2018 14:29:30 +0000 Subject: Fix ANOTHER mistake on the documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9195d33..10b1d81 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ try { $readability->parse($html); echo $readability; } catch (ParseException $e) { - echo sprintf('Error processing text: %s', $e->getMessage); + echo sprintf('Error processing text: %s', $e->getMessage()); } ``` -- cgit v1.2.3