From 974052c97e481e2126070cee59ad2a884515df58 Mon Sep 17 00:00:00 2001 From: kght6123 Date: Fri, 10 May 2024 01:16:56 +0900 Subject: [PATCH] Update README.md: Fixed playwright installation command. Fix #18 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 100f573..88a25b0 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ In Node.js this package uses [playwright](https://playwright.dev) under the hood need to install additional dependencies. These can be installed with: ```sh -npx playwright install --with-deps chromium +npx playwright-core install --with-deps chromium ``` See the Playwright [Browsers](https://playwright.dev/docs/browsers) documentation for more