update description

This commit is contained in:
zeke 2014-04-18 14:47:01 -07:00
commit 890227f383
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# node-js-sample # node-js-sample
This is a barebones Node.js app using the [Express](http://expressjs.com/) framework. A barebones Node.js app using [Express 4](http://expressjs.com/).
## Running Locally ## Running Locally

View file

@ -1,7 +1,7 @@
{ {
"name": "node-js-sample", "name": "node-js-sample",
"version": "0.1.0", "version": "0.1.0",
"description": "A sample node.js app for heroku", "description": "A sample Node.js app using Express 4",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"start": "node index.js" "start": "node index.js"