Merge pull request #17 from builtbylane/patch-1

fix typo
This commit is contained in:
Vladimir Carrer 2018-12-06 22:30:07 +01:00 committed by GitHub
commit 214fb6c309
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ program
if (!program.url) {
console.log('Please add --url parameter.\n' +
'Something like this: $ screenshoteer --url http:www.example.com');
'Something like this: $ screenshoteer --url http://www.example.com');
process.exit();
}