diff --git a/README.md b/README.md index 97a8e9c9..ac1a09ca 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,7 @@ npm install cd .. # install chromium and its dependencies -npx playwright install chromium -npx playwright install-deps chromium +npx playwright install --with-deps chromium # get back to the root directory cd ..