From e326bee0434432a9c633b3afd812e9e261c63d4d Mon Sep 17 00:00:00 2001 From: Michael Knoch Date: Thu, 31 Mar 2016 15:21:05 +0200 Subject: [PATCH 1/7] Update README.MD --- README.MD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index ebe86a4..c076f5b 100644 --- a/README.MD +++ b/README.MD @@ -10,5 +10,5 @@ npm start run in electron ``` -`./node_modules/.bin/electron main.js -`` \ No newline at end of file +./node_modules/.bin/electron main.js +``` From b59df72e22fc29e70a23d530af9e9c200931ffa5 Mon Sep 17 00:00:00 2001 From: Michael Knoch Date: Thu, 31 Mar 2016 15:23:32 +0200 Subject: [PATCH 2/7] Update README.MD --- README.MD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.MD b/README.MD index c076f5b..06cc914 100644 --- a/README.MD +++ b/README.MD @@ -1,14 +1,16 @@ -setup +Locator as desktop app based on Angular2, Electron and mucho Love :two_hearts: + +###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 ``` From 5dc2e218a5482743eef9814f635a608cef390601 Mon Sep 17 00:00:00 2001 From: Michael Knoch Date: Thu, 31 Mar 2016 15:24:31 +0200 Subject: [PATCH 3/7] Update README.MD --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 06cc914..5ae3f59 100644 --- a/README.MD +++ b/README.MD @@ -1,4 +1,4 @@ -Locator as 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 ``` From f47f423c4e8af8eb59ad9581d36437d8937a8d6f Mon Sep 17 00:00:00 2001 From: Michael Knoch Date: Thu, 31 Mar 2016 15:24:49 +0200 Subject: [PATCH 4/7] Update README.MD --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 5ae3f59..dddae43 100644 --- a/README.MD +++ b/README.MD @@ -1,4 +1,4 @@ -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 ``` From c4491e0f3a49d1745d4c22cf96df3806399ebda4 Mon Sep 17 00:00:00 2001 From: Michael Knoch Date: Thu, 31 Mar 2016 15:25:19 +0200 Subject: [PATCH 5/7] Update README.MD --- README.MD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index dddae43..fab0de8 100644 --- a/README.MD +++ b/README.MD @@ -1,4 +1,5 @@ -##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 ``` From e42e79172a8230f7094ce6d5023061f0446e8f42 Mon Sep 17 00:00:00 2001 From: Michael Knoch Date: Thu, 31 Mar 2016 15:25:52 +0200 Subject: [PATCH 6/7] 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 ``` From 74da0979aeda4e2e934e3379965bb7336031f94d Mon Sep 17 00:00:00 2001 From: Michael Knoch Date: Thu, 31 Mar 2016 15:26:12 +0200 Subject: [PATCH 7/7] Update README.MD --- README.MD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.MD b/README.MD index 041ed59..dd54969 100644 --- a/README.MD +++ b/README.MD @@ -1,5 +1,4 @@ -###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 ```