docs(library-js.md): fix broken [managing browsers] link (#8856)

This commit is contained in:
Feng Yu 2021-09-11 22:32:50 +08:00 committed by GitHub
parent b6180055df
commit 737b155869
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`).