Skip to content

Commit

Permalink
docs(readme): Recommend parse5 for HTML compliance (#1147)
Browse files Browse the repository at this point in the history
Co-authored-by: Felix <188768+fb55@users.noreply.github.com>
  • Loading branch information
vassudanagunta and fb55 committed Apr 23, 2022
1 parent 85f9a22 commit 040564e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -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
Expand Down

0 comments on commit 040564e

Please sign in to comment.