mirror of
https://github.com/vladocar/screenshoteer.git
synced 2024-11-16 17:08:33 +01:00
Fix missing slash in url
This commit is contained in:
parent
214fb6c309
commit
0698430a68
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ screenshoteer --url https://lobste.rs --w 500
|
||||||
|
|
||||||
screenshoteer --url https://news.ycombinator.com/item?id=18598672 --el ".fatitem"
|
screenshoteer --url https://news.ycombinator.com/item?id=18598672 --el ".fatitem"
|
||||||
|
|
||||||
screenshoteer --url https:/site.com --auth username;password
|
screenshoteer --url https://site.com --auth username;password
|
||||||
|
|
||||||
```
|
```
|
||||||
<p> List of of supported mobile devices: https://github.com/GoogleChrome/puppeteer/blob/master/DeviceDescriptors.js
|
<p> List of of supported mobile devices: https://github.com/GoogleChrome/puppeteer/blob/master/DeviceDescriptors.js
|
||||||
|
|
Loading…
Reference in a new issue