From 7a9a82b5436460cda0f315df1686c711344d4007 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Benoist?= Date: Thu, 9 Mar 2017 09:02:04 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68a8f00..fdb7325 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ The default php-readability lib is really old and needs to be improved. I found ## Requirements -By default, this lib will use the [Tidy extension](https://github.com/htacg/tidy-html5) if it's available. Tidy is only used to cleanup the given HTML and avoid problems with bad HTML structure, etc .. +By default, this lib will use the [Tidy extension](https://github.com/htacg/tidy-html5) if it's available. Tidy is only used to cleanup the given HTML and avoid problems with bad HTML structure, etc .. It'll be suggested by Composer. -Since Composer doesn't support suggestion on PHP extension, I write this suggestion here. +Also, if you got problem from parsing a content without Tidy installed, please install it and try again. ## Usage