Skip to content

Commit b0a98ef

Browse files
committed
Replace node-js-sample by node-js-getting-started
1 parent 506bab6 commit b0a98ef

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# node-js-sample
1+
# node-js-getting-started
22

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

@@ -7,8 +7,8 @@ A barebones Node.js app using [Express 4](http://expressjs.com/).
77
Make sure you have [Node.js](http://nodejs.org/) and the [Heroku Toolbelt](https://toolbelt.heroku.com/) installed.
88

99
```sh
10-
git clone [email protected]:heroku/node-js-sample.git # or clone your own fork
11-
cd node-js-sample
10+
git clone [email protected]:heroku/node-js-getting-started.git # or clone your own fork
11+
cd node-js-getting-started
1212
npm install
1313
npm start
1414
```

app.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "Node.js Sample",
2+
"name": "Node.js Getting Started",
33
"description": "A barebones Node.js app using Express 4",
4-
"repository": "https://github.com/heroku/node-js-sample",
4+
"repository": "https://github.com/heroku/node-js-getting-started",
55
"logo": "http://node-js-sample.herokuapp.com/node.svg",
66
"keywords": ["node", "express", "static"]
77
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "node-js-sample",
2+
"name": "node-js-getting-started",
33
"version": "0.1.0",
44
"description": "A sample Node.js app using Express 4",
55
"main": "index.js",
@@ -14,7 +14,7 @@
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/heroku/node-js-sample"
17+
"url": "https://github.com/heroku/node-js-getting-started"
1818
},
1919
"keywords": [
2020
"node",

0 commit comments

Comments
 (0)