From 47d6a068705cfb5d84a0d515f24545f43c29268e Mon Sep 17 00:00:00 2001 From: Maximilian Tagher Date: Tue, 6 Aug 2019 13:54:31 -0700 Subject: [PATCH 1/3] docs(readme.md): explain significance of chromium revision --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b135205b801d8..ad31bdef06c47 100644 --- a/README.md +++ b/README.md @@ -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 specific Chromium commit, search for the revision prefixed by an "r" in the "Find Releases" section of [https://omahaproxy.appspot.com/](https://omahaproxy.appspot.com/). #### Q: What’s considered a “Navigation”? From 13c9071227b7c2958d9a338b78d0fc10437153fd Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Wed, 11 Sep 2019 10:27:05 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad31bdef06c47..1cbdcdf7f1ed6 100644 --- a/README.md +++ b/README.md @@ -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). To find the specific Chromium commit, search for the revision prefixed by an "r" in the "Find Releases" section of [https://omahaproxy.appspot.com/](https://omahaproxy.appspot.com/). +Look for `chromium_revision` in [package.json](https://github.com/GoogleChrome/puppeteer/blob/master/package.json). To find the corresponding Chromium commit, search for the revision prefixed by an `r` in [OmahaProxy](https://omahaproxy.appspot.com/)'s "Find Releases" section. #### Q: What’s considered a “Navigation”? From 9b479028e77ee19946e2cf80b04b71692aab9c79 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Wed, 11 Sep 2019 10:32:43 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cbdcdf7f1ed6..59ab4feae14cc 100644 --- a/README.md +++ b/README.md @@ -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). To find the corresponding Chromium commit, search for the revision prefixed by an `r` in [OmahaProxy](https://omahaproxy.appspot.com/)'s "Find Releases" section. +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”?