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 +```