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

main
Raul Murciano 10 years ago
parent 506bab6833
commit b0a98ef323

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

@ -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"]
}

@ -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",

Loading…
Cancel
Save