From 93626e815415551a75a59d57b8cd44de756c60e5 Mon Sep 17 00:00:00 2001 From: "E:V:A" Date: Fri, 19 Jan 2018 09:13:59 +0200 Subject: [PATCH] Fixed bullet points markup for lint --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 10aa6cf1..082b297a 100644 --- a/README.md +++ b/README.md @@ -50,9 +50,9 @@ For the RPi3 this is **~10** minutes and for the Rpi2 **~25** minutes. Do not in Also note that: -* `npm start` does **not** work via SSH. But you can use `DISPLAY=:0 nohup npm start &` instead. This starts the mirror on the remote display. +- `npm start` does **not** work via SSH. But you can use `DISPLAY=:0 nohup npm start &` instead. This starts the mirror on the remote display. -* If you want to debug on Raspberry Pi you can use `npm start dev` which will start the MagicMirror app with Dev Tools enabled. +- If you want to debug on Raspberry Pi you can use `npm start dev` which will start the MagicMirror app with Dev Tools enabled. ### Server Only