Skip to content

Commit

Permalink
docs: fix master to main in heroku deployment (#6359)
Browse files Browse the repository at this point in the history
  • Loading branch information
MowlCoder committed Apr 16, 2021
1 parent 6563bc7 commit ad213f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/deployment.md
Expand Up @@ -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)
Expand Down

0 comments on commit ad213f0

Please sign in to comment.