Skip to content

Commit 80d6840

Browse files
committed
typo
1 parent 4d318c5 commit 80d6840

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
@@ -38,7 +38,7 @@ <h3><span class="glyphicon glyphicon-link"></span> Next Steps</h3>
3838
<ul>
3939
<li><code>go get github.com/heroku/go-getting-started/cmd/...</code> - this will create a local copy of the source code for the app, compile and install the generated executables in <code>$GOPATH/bin</code></li>
4040
<li><code>cd $GOPATH/src/github.com/heroku/go-getting-started</code> - change directory into the local source code repository</li>
41-
<li><code>heroku git:remote -a &lt;your-app-name></code> - associate the Heroku app with the repository</li>
41+
<li><code>heroku git:remote -a &lt;your-app-name&gt;</code> - associate the Heroku app with the repository</li>
4242
<li>You'll now be set up to run the app locally, or <a href="https://devcenter.heroku.com/articles/getting-started-with-go#push-local-changes">deploy changes</a> to Heroku</li>
4343
</ul>
4444
</ul>

0 commit comments

Comments
 (0)