Merge pull request #14 from HelloCodeMing/develop

correct command 'npm start'
This commit is contained in:
Mark Nadal 2015-02-04 23:06:15 -07:00
commit 64ff546fa5

View File

@ -16,7 +16,7 @@
"mocha": "~>1.9.0"
}
, "scripts": {
"start": "node init.js",
"start": "node examples/express.js 8080",
"test": "mocha"
}
}