From 34c5f9b017802b16ee79ebb4a6e6371a7d5cf4e2 Mon Sep 17 00:00:00 2001 From: Gary Kovar Date: Fri, 7 Jun 2019 09:47:56 -0400 Subject: [PATCH] Fixes typo --- Auto-Starting-MagicMirror.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Auto-Starting-MagicMirror.md b/Auto-Starting-MagicMirror.md index d859713..966cbf7 100644 --- a/Auto-Starting-MagicMirror.md +++ b/Auto-Starting-MagicMirror.md @@ -28,7 +28,7 @@ cd ~/MagicMirror DISPLAY=:0 npm start ```` Save and close, using the commands `CTRL-O` and `CTRL-X`. -Now make sure the shell script is executable bij performing the following command: +Now make sure the shell script is executable by performing the following command: ````shell chmod +x mm.sh ````