From 54fcb34751dcd7116c467ef1250a6441aa9db962 Mon Sep 17 00:00:00 2001 From: "R. Gurung" Date: Tue, 26 Mar 2019 22:55:28 +0530 Subject: [PATCH] Fix readme typo (#120) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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