diff --git a/README.md b/README.md index 4ed07ff..156292f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/app.json b/app.json index bd96ff9..870caf1 100644 --- a/app.json +++ b/app.json @@ -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" } diff --git a/views/pages/index.ejs b/views/pages/index.ejs index ba1ca73..84ad78e 100644 --- a/views/pages/index.ejs +++ b/views/pages/index.ejs @@ -30,7 +30,7 @@