diff --git a/docs/src/library-js.md b/docs/src/library-js.md index 2cafd8522a..8dbe229738 100644 --- a/docs/src/library-js.md +++ b/docs/src/library-js.md @@ -16,7 +16,7 @@ Use npm or Yarn to install Playwright library in your Node.js project. See [syst npm i -D playwright ``` -This single command downloads the Playwright NPM package and browser binaries for Chromium, Firefox and WebKit. To modify this behavior see [managing browsers](#managing-browser-binaries). +This single command downloads the Playwright NPM package and browser binaries for Chromium, Firefox and WebKit. To modify this behavior see [managing browsers](./browsers.md#managing-browser-binaries). Once installed, you can `require` Playwright in a Node.js script, and launch any of the 3 browsers (`chromium`, `firefox` and `webkit`).