From 2c3031e549683cbdfa3e325c7695a4d22ab2ffac Mon Sep 17 00:00:00 2001 From: Danielle Adams Date: Mon, 10 Aug 2020 14:37:28 -0400 Subject: [PATCH] update git references to use main --- README.md | 2 +- app.json | 2 +- views/pages/index.ejs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 @@