Skip to content

Commit

Permalink
Fix typo in one of the examples (sindresorhus#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek authored and sindresorhus committed Aug 20, 2019
1 parent 84a0887 commit def1e5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ List multiple urls and resolutions for pageres to capture all combinations.
pageres <url> <resolution> ...

pageres https://sindresorhus.com 1024x768 1366x768 # 2 screenshots
pageres https://sindresorhus.com https://https://example.com 1024x768 # 2 screenshots
pageres https://sindresorhus.com https://https://example.com 1024x768 1366x768 # 4 screenshots
pageres https://sindresorhus.com https://example.com 1024x768 # 2 screenshots
pageres https://sindresorhus.com https://example.com 1024x768 1366x768 # 4 screenshots
```

Group arguments with square brackets.
Expand Down

0 comments on commit def1e5f

Please sign in to comment.