Skip to content

Commit

Permalink
Fix playwright args in README example (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
jzombie committed May 6, 2021
1 parent 21a0dd9 commit 7f60f88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,7 @@ browsers:
- name: chromium
options:
headless: false
launch:
args: [--lang=en-US]
args: [--lang=en-US]
```

For more information on the `browsers` field, see [Configuration](#configuration).
Expand Down

0 comments on commit 7f60f88

Please sign in to comment.