Skip to content

Commit 313d974

Browse files
author
Edward Muller
committed
Actually fix instructions
1 parent 0dd24f3 commit 313d974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/index.tmpl.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h3><span class="glyphicon glyphicon-info-sign"></span> How this sample app work
2525
<ul>
2626
<li>This app was deployed to Heroku, either using Git or by using <a href="https://github.com/heroku/go-getting-started">Heroku Button</a> on the repository.</li>
2727

28-
<li>When Heroku received the source code and created a deployable slug.</li>
28+
<li>When Heroku received the source code it used the go tool chain to compile the applications along with any vendored dependencies and created a deployable slug.</li>
2929
<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>
3030
<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>
3131
</ul>

0 commit comments

Comments
 (0)