From 13b86d26b90056a1629861b5af3573f9770dce11 Mon Sep 17 00:00:00 2001 From: MowlCoder <44770125+MowlCoder@users.noreply.github.com> Date: Wed, 17 Mar 2021 22:00:47 +0300 Subject: [PATCH] Update deployment.md --- 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)