Skip to content

Commit 7d2da8d

Browse files
fixed readme
1 parent 02d1379 commit 7d2da8d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ This is the seed application for node js
99

1010
## How To Start
1111
Inside node_modules folder
12-
* globally install this module with npm "npm install -g @aakashdeveloper/create-node-app"
13-
* go to the directory where you want to generate the project files
14-
* run "generate" in shell/cmd and follow the instructions.
15-
* inside your newly created project folder run "npm start".
12+
* Globally install this module with npm "npm install -g @aakashdeveloper/create-node-app"
13+
* Go to the directory where you want to generate the project files
14+
* Run "generate" in shell/cmd and follow the instructions.
15+
* Inside your newly created project folder run "npm start".
1616
* Navigate to http://localhost:7600
1717

1818

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aakashdeveloper/create-node-app",
3-
"version": "1.0.43",
3+
"version": "1.0.44",
44
"description": "Utility to create pre configured Node Js app. The Seed will help you build node app with es6 very quick",
55

66
"main": "index.js",

0 commit comments

Comments
 (0)