Skip to content

Commit

Permalink
Replace node-js-sample by node-js-getting-started
Browse files Browse the repository at this point in the history
  • Loading branch information
raul committed May 17, 2014
1 parent 506bab6 commit b0a98ef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# node-js-sample
# node-js-getting-started

A barebones Node.js app using [Express 4](http://expressjs.com/).

Expand All @@ -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
```
Expand Down
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
@@ -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"]
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit b0a98ef

Please sign in to comment.