docs(intro): fix optionally install browsers url (#11001)
This commit is contained in:
parent
1dd8325c9a
commit
64c3b189c4
|
|
@ -47,7 +47,7 @@ npm i -D @playwright/test
|
||||||
npx playwright install
|
npx playwright install
|
||||||
```
|
```
|
||||||
|
|
||||||
You can optionally install only selected browsers, see [installing browsers](./browsers.md#installing-browsers) for more details. Or you can install no browsers at all and use existing [browser channels](./browsers.md).
|
You can optionally install only selected browsers, see [install browsers](./cli.md#install-browsers) for more details. Or you can install no browsers at all and use existing [browser channels](./browsers.md).
|
||||||
|
|
||||||
## First test
|
## First test
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue