Skip to content

Commit 2ebce08

Browse files
committed
update readme
1 parent 74d794a commit 2ebce08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ app.get('/', (req, res) => {
107107
app.listen(process.env.PORT || 8123);
108108
```
109109

110-
7. Update the `main` field in `package.json` with the filename of your app entry point: `"main": "app.js"`
110+
7. Update the `scripts` section in `package.json` with your app entry point command, under `start`: `"start": "node app.js"`
111111
8. Run `git add .`
112112
9. Run `git commit -m "Initial Commit"`
113113
10. Run `git push origin master`

0 commit comments

Comments
 (0)