Skip to content

Commit

Permalink
docs(readme): explain significance of Chromium revision (puppeteer#4811)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGabriel authored and mathiasbynens committed Sep 11, 2019
1 parent 9384359 commit e17d38c
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 @@ -340,7 +340,7 @@ npm install puppeteer-core@chrome-71

#### Q: Which Chromium version does Puppeteer use?

Look for `chromium_revision` in [package.json](https://github.com/GoogleChrome/puppeteer/blob/master/package.json).
Look for `chromium_revision` in [package.json](https://github.com/GoogleChrome/puppeteer/blob/master/package.json). To find the corresponding Chromium commit and version number, search for the revision prefixed by an `r` in [OmahaProxy](https://omahaproxy.appspot.com/)'s "Find Releases" section.

#### Q: What’s considered a “Navigation”?

Expand Down

0 comments on commit e17d38c

Please sign in to comment.