Fixes typo

Gary Kovar 2019-06-07 09:47:56 -04:00
parent ae419badee
commit 34c5f9b017

@ -28,7 +28,7 @@ cd ~/MagicMirror
DISPLAY=:0 npm start DISPLAY=:0 npm start
```` ````
Save and close, using the commands `CTRL-O` and `CTRL-X`. 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 ````shell
chmod +x mm.sh chmod +x mm.sh
```` ````