Skip to content

Commit

Permalink
docs(readme): Replace PhantomJS with Puppeteer
Browse files Browse the repository at this point in the history
Fixes #1040
  • Loading branch information
fb55 committed Dec 22, 2020
1 parent db3fce7 commit f7cae99
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 @@ -56,7 +56,7 @@ Cheerio wraps around [parse5](https://github.com/inikulin/parse5) parser and can

## Cheerio is not a web browser

Cheerio parses markup and provides an API for traversing/manipulating the resulting data structure. It does not interpret the result as a web browser does. Specifically, it does _not_ produce a visual rendering, apply CSS, load external resources, or execute JavaScript. If your use case requires any of this functionality, you should consider projects like [PhantomJS](http://phantomjs.org/) or [JSDom](https://github.com/tmpvar/jsdom).
Cheerio parses markup and provides an API for traversing/manipulating the resulting data structure. It does not interpret the result as a web browser does. Specifically, it does _not_ produce a visual rendering, apply CSS, load external resources, or execute JavaScript. If your use case requires any of this functionality, you should consider projects like [Puppeteer](https://github.com/puppeteer/puppeteer) or [JSDom](https://github.com/jsdom/jsdom).

## API

Expand Down

0 comments on commit f7cae99

Please sign in to comment.