docs(intro): update the pnpm installation method (#24397)

Signed-off-by: Lev Chelyadinov <leva181777@gmail.com>
This commit is contained in:
Lev Chelyadinov 2023-07-26 15:58:13 +02:00 committed by GitHub
parent c33a32dc9e
commit 64deac85d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ yarn create playwright
<TabItem value="pnpm">
```bash
pnpm dlx create-playwright
pnpm create playwright
```
</TabItem>