update git references to use main

main
Danielle Adams 4 years ago
parent a8ca3c56bd
commit 2c3031e549
No known key found for this signature in database
GPG Key ID: 92EF661D867B9DFA

@ -21,7 +21,7 @@ Your app should now be running on [localhost:5000](http://localhost:5000/).
```
$ heroku create
$ git push heroku master
$ git push heroku main
$ heroku open
```
or

@ -2,7 +2,7 @@
"name": "Start on Heroku: Node.js",
"description": "A barebones Node.js app using Express 4",
"repository": "https://github.com/heroku/node-js-getting-started",
"logo": "https://cdn.rawgit.com/heroku/node-js-getting-started/master/public/node.svg",
"logo": "https://cdn.rawgit.com/heroku/node-js-getting-started/main/public/node.svg",
"keywords": ["node", "express", "heroku"],
"image": "heroku/nodejs"
}

@ -30,7 +30,7 @@
<ul>
<li>This app was deployed to Heroku, either using Git or by using <a href="https://github.com/heroku/node-js-getting-started">Heroku Button</a> on the repository.</li>
<li>When Heroku received the source code, it fetched all the dependencies in the <a href="https://github.com/heroku/node-js-getting-started/blob/master/package.json">package.json</a>, creating a deployable slug.</li>
<li>When Heroku received the source code, it fetched all the dependencies in the <a href="https://github.com/heroku/node-js-getting-started/blob/main/package.json">package.json</a>, creating a deployable slug.</li>
<li>The platform then spins up a dyno, a lightweight container that provides an isolated environment in which the slug can be mounted and executed.</li>
<li>You can scale your app, manage it, and deploy over <a href="https://addons.heroku.com/">150 add-on services</a>, from the Dashboard or CLI.</li>
</ul>

Loading…
Cancel
Save