Skip to content

Commit

Permalink
docs(browsers.md): fix nit
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov committed Apr 22, 2020
1 parent fa18c41 commit 0815ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/browsers.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ npm i playwright
These browsers will take hundreds of megabytes of the disk space when installed:

```sh
du -hs ./node_modules/.local-browsers/*
du -hs ./node_modules/playwright/.local-browsers/*
281M .local-browsers/chromium-XXXXXX
187M .local-browsers/firefox-XXXX
180M .local-browsers/webkit-XXXX
Expand Down

0 comments on commit 0815ff3

Please sign in to comment.