From e6f7f33c66fd84049dbb9b1eee344a4477215fa4 Mon Sep 17 00:00:00 2001 From: Aaron Ang Date: Wed, 18 Oct 2017 09:48:02 +0200 Subject: [PATCH] Improve README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 50f8646..fbca763 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ # ![NodeBase](http://i.imgur.com/mhwQypc.jpg) -## NodeBase - Sprinklr`s NODEJS boilerplate. +## NodeBase - Sprinklr's Node.js Boilerplate ### Using -- git clone https://github.com/scup/nodebase.git && cd nodebase -- npm install -- npm start +```bash +$ git clone https://github.com/scup/nodebase.git && cd nodebase +$ npm install +$ npm start +```