From 64deac85d2096cb8b98e7f61c3451dcd89f42308 Mon Sep 17 00:00:00 2001 From: Lev Chelyadinov Date: Wed, 26 Jul 2023 15:58:13 +0200 Subject: [PATCH] docs(intro): update the pnpm installation method (#24397) Signed-off-by: Lev Chelyadinov --- docs/src/intro-js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/intro-js.md b/docs/src/intro-js.md index de5a4ab0a2..30dbfb8abf 100644 --- a/docs/src/intro-js.md +++ b/docs/src/intro-js.md @@ -44,7 +44,7 @@ yarn create playwright ```bash -pnpm dlx create-playwright +pnpm create playwright ```