Align documentation with main default branch name

Closes gh-26255
This commit is contained in:
Andy Wilkinson
2021-04-27 15:10:39 +01:00
parent 2ab679aceb
commit a470c1af3a
5 changed files with 6 additions and 6 deletions

View File

@@ -217,7 +217,7 @@ The most common deployment workflow for Heroku deployments is to `git push` the
[indent=0,subs="verbatim,quotes,attributes"]
----
$ git push heroku master
$ git push heroku main
Initializing repository, *done*.
Counting objects: 95, *done*.
@@ -255,7 +255,7 @@ The most common deployment workflow for Heroku deployments is to `git push` the
https://agile-sierra-1405.herokuapp.com/ *deployed to Heroku*
To git@heroku.com:agile-sierra-1405.git
* [new branch] master -> master
* [new branch] main -> main
----
Your application should now be up and running on Heroku.