docs: fix master to main in heroku deployment (#6359)

This commit is contained in:
MowlCoder
2021-04-16 15:31:15 +03:00
committed by GitHub
parent 6563bc71a8
commit ad213f0429
+1 -1
View File
@@ -363,7 +363,7 @@ heroku login
heroku create
heroku buildpacks:add heroku/nodejs
heroku buildpacks:add https://github.com/heroku/heroku-buildpack-static
git push heroku master
git push heroku main
```
More info: [Getting started with SPAs on Heroku](https://gist.github.com/hone/24b06869b4c1eca701f9)