Skip to content

Commit

Permalink
Fix readme typo (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahgurung authored and sindresorhus committed Mar 26, 2019
1 parent 7c55257 commit 54fcb34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -30,7 +30,7 @@ const open = require('opn');
(async () => {
await open('unicorn.png');

console.log('The image viewer clsoed');
console.log('The image viewer closed');
})();

// Opens the url in the default browser
Expand Down

0 comments on commit 54fcb34

Please sign in to comment.