Skip to content

Commit c300328

Browse files
committed
Master => main
1 parent b10d10f commit c300328

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Your app should now be running on [localhost:5000](http://localhost:5000/).
2222

2323
```sh
2424
$ heroku create
25-
$ git push heroku master
25+
$ git push heroku main
2626
$ heroku run rake db:migrate
2727
$ heroku open
2828
```

app/views/welcome/index.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<ul>
2121
<li>This app was deployed to Heroku, either using Git or by using <a href="https://github.com/heroku/ruby-getting-started">Heroku Button</a> on the repository.</li>
2222

23-
<li>When Heroku received the source code, it fetched all the dependencies in the <a href="https://github.com/heroku/ruby-getting-started/blob/master/Gemfile">Gemfile</a>, creating a deployable slug.</li>
23+
<li>When Heroku received the source code, it fetched all the dependencies in the <a href="https://github.com/heroku/ruby-getting-started/blob/main/Gemfile">Gemfile</a>, creating a deployable slug.</li>
2424
<li>The platform then spins up a dyno, a lightweight container that provides an isolated environment in which the slug can be mounted and executed.</li>
2525
<li>You can scale your app, manage it, and deploy over <a href="https://addons.heroku.com/">150 add-on services</a>, from the Dashboard or CLI.</li>
2626
</ul>

0 commit comments

Comments
 (0)