From 6f0712859d3803e3adfc67ae82945b9b756fe1ef Mon Sep 17 00:00:00 2001 From: Jason Owen Date: Tue, 11 Aug 2020 14:02:38 -0700 Subject: [PATCH] Update Heroku branch name in README Heroku supports deployment via git push to either `master` or `main`[1]. Update our documentation on spinning up a new Heroku environment to prefer `main`. [1] https://devcenter.heroku.com/articles/git-branches Issue #78 Rename default branch --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 6aa8593..67828c4 100644 --- a/README.markdown +++ b/README.markdown @@ -302,7 +302,7 @@ $ heroku addons:open scheduler Create a new job that runs daily, and set the command to `./update-data.py`. -Then, in theory, it should be a simple `git push heroku master`! +Then, in theory, it should be a simple `git push heroku main`! ## Troubleshooting