diff --git a/README.md b/README.md index 59f3e2c..6103336 100644 --- a/README.md +++ b/README.md @@ -309,13 +309,13 @@ playwright-cli kill-all # forcefully kill all browser processes ### Local installation -If global `playwright-cli` command is not available, try a local version via `npx playwright-cli`: +If global `playwright-cli` command is not available, try a local version via `npx @playwright/cli`: ```bash npx --no-install playwright-cli --version ``` -When local version is available, use `npx playwright-cli` in all commands. Otherwise, install `playwright-cli` as a global command: +When local version is available, use `npx @playwright/cli` in all commands. Otherwise, install `playwright-cli` as a global command: ```bash npm install -g @playwright/cli@latest diff --git a/skills/playwright-cli/SKILL.md b/skills/playwright-cli/SKILL.md index 4865d33..e7c440e 100644 --- a/skills/playwright-cli/SKILL.md +++ b/skills/playwright-cli/SKILL.md @@ -241,13 +241,13 @@ playwright-cli kill-all ## Installation -If global `playwright-cli` command is not available, try a local version via `npx playwright-cli`: +If global `playwright-cli` command is not available, try a local version via `npx @playwright/cli`: ```bash npx --no-install playwright-cli --version ``` -When local version is available, use `npx playwright-cli` in all commands. Otherwise, install `playwright-cli` as a global command: +When local version is available, use `npx @playwright/cli` in all commands. Otherwise, install `playwright-cli` as a global command: ```bash npm install -g @playwright/cli@latest