From e42e79172a8230f7094ce6d5023061f0446e8f42 Mon Sep 17 00:00:00 2001 From: Michael Knoch Date: Thu, 31 Mar 2016 15:25:52 +0200 Subject: [PATCH] Update README.MD --- README.MD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.MD b/README.MD index fab0de8..041ed59 100644 --- a/README.MD +++ b/README.MD @@ -1,17 +1,17 @@ -#Locator as a desktop app -##based on Angular2, Electron and mucho Love :two_hearts: +###Locator as a desktop app +###based on Angular2, Electron and mucho Love :two_hearts: -###Setup +####Setup ``` npm i && bower install ``` -###Run in browser +####Run in browser ``` npm start ``` -###run in electron +####run in electron ``` ./node_modules/.bin/electron main.js ```