From ad213f04294a7cd6529af2961894d3e23b60c967 Mon Sep 17 00:00:00 2001 From: MowlCoder <44770125+MowlCoder@users.noreply.github.com> Date: Fri, 16 Apr 2021 15:31:15 +0300 Subject: [PATCH] docs: fix `master` to `main` in heroku deployment (#6359) --- docs/guide/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/deployment.md b/docs/guide/deployment.md index 8caafc17bf..2120367af4 100644 --- a/docs/guide/deployment.md +++ b/docs/guide/deployment.md @@ -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)