diff --git a/README.md b/README.md index c005598a..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 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" } }