From 040564e8d0d04b438c9605fa80bc1241a9ded6ce Mon Sep 17 00:00:00 2001 From: Vas Sudanagunta Date: Sat, 23 Apr 2022 07:39:01 -0400 Subject: [PATCH] docs(readme): Recommend parse5 for HTML compliance (#1147) Co-authored-by: Felix <188768+fb55@users.noreply.github.com> --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8a11eaf90..8565fb618 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ The fast & forgiving HTML/XML parser. +_htmlparser2 is [the fastest HTML parser](#performance), and takes some shortcuts to get there. If you need strict HTML spec compliance, have a look at [parse5](https://github.com/inikulin/parse5)._ + ## Installation npm install htmlparser2