Skip to content

Commit 8921b54

Browse files
authored
Fix missing renames from #368 (#369)
Several references were missing in the rename PR at #368 [W-18962249](https://gus.lightning.force.com/lightning/r/ADM_Work__c/a07EE00002HNztCYAT/view)
1 parent 8c573ad commit 8921b54

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

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

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

@@ -13,7 +13,7 @@ Make sure you have [Node.js](http://nodejs.org/) and the [Heroku CLI](https://cl
1313

1414
```sh
1515
$ git clone https://github.com/heroku/nodejs-getting-started.git # or clone your own fork
16-
$ cd node-js-getting-started
16+
$ cd nodejs-getting-started
1717
$ npm install
1818
$ npm start
1919
```

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "node-js-getting-started",
2+
"name": "nodejs-getting-started",
33
"private": true,
44
"description": "A sample Node.js app using Express",
55
"engines": {

0 commit comments

Comments
 (0)