From 418d6ab818500af2100fd0bd9fc79cc7dbadb7a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Thu, 30 Jan 2020 21:25:30 +0100 Subject: [PATCH] Typos in parse.js --- parse.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parse.js b/parse.js index a998f4b..b97a091 100755 --- a/parse.js +++ b/parse.js @@ -4,7 +4,7 @@ // It is written in JS because this code used to be executed on the client side. // To install dependencies run: // $ npm install -g jsdom jquery showdown highlightjs -// If running on mac and modules cant be found after instalation add: +// If running on Mac and modules can't be found after installation add: // export NODE_PATH=/usr/local/lib/node_modules // to the ~/.bash_profile or ~/.bashrc file and run '$ bash'.