Replace node-js-sample by node-js-getting-started

This commit is contained in:
Raul Murciano 2014-05-16 17:42:50 -07:00
commit b0a98ef323
3 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
# node-js-sample
# node-js-getting-started
A barebones Node.js app using [Express 4](http://expressjs.com/).
@ -7,8 +7,8 @@ A barebones Node.js app using [Express 4](http://expressjs.com/).
Make sure you have [Node.js](http://nodejs.org/) and the [Heroku Toolbelt](https://toolbelt.heroku.com/) installed.
```sh
git clone git@github.com:heroku/node-js-sample.git # or clone your own fork
cd node-js-sample
git clone git@github.com:heroku/node-js-getting-started.git # or clone your own fork
cd node-js-getting-started
npm install
npm start
```

View file

@ -1,7 +1,7 @@
{
"name": "Node.js Sample",
"name": "Node.js Getting Started",
"description": "A barebones Node.js app using Express 4",
"repository": "https://github.com/heroku/node-js-sample",
"repository": "https://github.com/heroku/node-js-getting-started",
"logo": "http://node-js-sample.herokuapp.com/node.svg",
"keywords": ["node", "express", "static"]
}

View file

@ -1,5 +1,5 @@
{
"name": "node-js-sample",
"name": "node-js-getting-started",
"version": "0.1.0",
"description": "A sample Node.js app using Express 4",
"main": "index.js",
@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/heroku/node-js-sample"
"url": "https://github.com/heroku/node-js-getting-started"
},
"keywords": [
"node",