Skip to content

Commit

Permalink
docs: fix npm command in README
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalinDe committed Dec 8, 2023
1 parent b251113 commit 707f2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ To install Playwright run

```
npm ci
npm install playwright
npm playwright install
```

which will install the module and its dependencies. In
Expand Down

0 comments on commit 707f2d6

Please sign in to comment.