Skip to content

Commit

Permalink
Fix Playwright installation command (#19)
Browse files Browse the repository at this point in the history
Fix the Playwright installation command in the readme.

Closes #18
  • Loading branch information
kght6123 committed May 9, 2024
1 parent c87fb48 commit 5795770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5795770

Please sign in to comment.