diff --git a/readme.md b/readme.md index c534275..b381093 100644 --- a/readme.md +++ b/readme.md @@ -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