Skip to content

Commit

Permalink
chore(docs): fix broken link for downloaded browsers (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunattam authored Jan 30, 2020
1 parent ca49d50 commit adc91c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const { chromium, firefox, webkit } = require('playwright');
})();
```

Playwright automatically downloads browser executables during installation, see [Downloaded browsers](#downloaded-browsers) for more information.
By default, the `playwright` NPM package automatically downloads browser executables during installation. The `playwright-core` NPM package can be used to skip automatic downloads.

<!-- GEN:toc -->
- [playwright.chromium](#playwrightchromium)
Expand Down

0 comments on commit adc91c9

Please sign in to comment.