diff --git a/README.md b/README.md index 3ae87ad1501..3fc9c9df0fb 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ information. #### `puppeteer-core` -Every release since v1.7.0 we publish two packages: +For every release since v1.7.0 we publish two packages: - [`puppeteer`](https://www.npmjs.com/package/puppeteer) - [`puppeteer-core`](https://www.npmjs.com/package/puppeteer-core) @@ -110,7 +110,7 @@ You should use `puppeteer-core` if you are or [managing browsers yourself](https://pptr.dev/browsers-api/). If you are managing browsers yourself, you will need to call [`puppeteer.launch`](https://pptr.dev/api/puppeteer.puppeteernode.launch) with -an an explicit +an explicit [`executablePath`](https://pptr.dev/api/puppeteer.launchoptions) (or [`channel`](https://pptr.dev/api/puppeteer.launchoptions) if it's installed in a standard location). diff --git a/docs/index.md b/docs/index.md index 3ae87ad1501..3fc9c9df0fb 100644 --- a/docs/index.md +++ b/docs/index.md @@ -90,7 +90,7 @@ information. #### `puppeteer-core` -Every release since v1.7.0 we publish two packages: +For every release since v1.7.0 we publish two packages: - [`puppeteer`](https://www.npmjs.com/package/puppeteer) - [`puppeteer-core`](https://www.npmjs.com/package/puppeteer-core) @@ -110,7 +110,7 @@ You should use `puppeteer-core` if you are or [managing browsers yourself](https://pptr.dev/browsers-api/). If you are managing browsers yourself, you will need to call [`puppeteer.launch`](https://pptr.dev/api/puppeteer.puppeteernode.launch) with -an an explicit +an explicit [`executablePath`](https://pptr.dev/api/puppeteer.launchoptions) (or [`channel`](https://pptr.dev/api/puppeteer.launchoptions) if it's installed in a standard location).