From 13fc81eda869074c75c075673aa048df1a179ef0 Mon Sep 17 00:00:00 2001 From: Davy Engone Date: Sun, 24 Jan 2016 16:18:50 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c005598a..dc3ea382 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ We just added the possibility to run it using `node` and `npm` How do you run it using node: -Clone this project then run 'npm install $$ npm start' +Clone this project then run ```npm install $$ npm start``` This should open you a browser and give you a nice live reload From bb6be1ed7ed8fd6db3a5fd1a056b5d316edcdce9 Mon Sep 17 00:00:00 2001 From: Davy Engone Date: Sun, 24 Jan 2016 20:16:54 +0100 Subject: [PATCH 2/3] removed $$. I should be && --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc3ea382..be4a7940 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ We just added the possibility to run it using `node` and `npm` How do you run it using node: -Clone this project then run ```npm install $$ npm start``` +Clone this project then run ```npm install && npm start``` This should open you a browser and give you a nice live reload From b67a7375333cb54d02d6f573763fec5a0c490568 Mon Sep 17 00:00:00 2001 From: davyengone Date: Mon, 18 Apr 2016 17:01:58 +0200 Subject: [PATCH 3/3] added live-server as deps --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6428e8a3..6ffedc39 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,6 @@ }, "homepage": "https://github.com/liammclennan/JavaScript-Koans#readme", "devDependencies": { - "live-server": "^0.9.1" + "live-server": "^0.9.2" } }