We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72e26b4 commit 30cb888Copy full SHA for 30cb888
docs/getting-started.md
@@ -142,7 +142,7 @@ docker-compose down
142
<pre><code> const args: string[] = [
143
'--no-sandbox',
144
'--disable-setuid-sandbox'
145
- c];</code></pre>
+ ];</code></pre>
146
#### Setting up Heroku
147
```shell
148
# To start
@@ -174,7 +174,7 @@ Back to the terminal that you left open.
174
3. Then type `git add .`
175
4. Once that finishes paste `git commit -am "COMMITMESSAGE"`, replacing `COMMITMESSAGE` with whatever commit message you'd like. This doesn't matter much.
176
5. The last thing to do in the terminal is to push your repo to Heroku
177
- 1. Paste `git push heroku master`
+ 1. Paste `git push heroku main`
178
1. This will take a while
179
#### Final steps
180
1. On your Heroku app, click on the tab `Resources`
0 commit comments