Skip to content

Commit

Permalink
docs(readme): Mention cheerio works in both node and browsers (#2903)
Browse files Browse the repository at this point in the history
  • Loading branch information
Faithfinder authored Dec 15, 2022
1 parent fd66949 commit 6c83f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Cheerio implements a subset of core jQuery. Cheerio removes all the DOM inconsis
Cheerio works with a very simple, consistent DOM model. As a result parsing, manipulating, and rendering are incredibly efficient.

**❁ Incredibly flexible:**
Cheerio wraps around [parse5](https://github.com/inikulin/parse5) parser and can optionally use @FB55's forgiving [htmlparser2](https://github.com/fb55/htmlparser2/). Cheerio can parse nearly any HTML or XML document.
Cheerio wraps around [parse5](https://github.com/inikulin/parse5) parser and can optionally use @FB55's forgiving [htmlparser2](https://github.com/fb55/htmlparser2/). Cheerio can parse nearly any HTML or XML document. Cheerio works in both browser and Node environments.

## Cheerio is not a web browser

Expand Down

0 comments on commit 6c83f94

Please sign in to comment.