Skip to content

Commit

Permalink
home.html: Wrap --pre into code tags
Browse files Browse the repository at this point in the history
Closes #163
  • Loading branch information
gabru-md committed Nov 14, 2017
1 parent a1774c8 commit 3985e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partials/tabs/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h5 class="light">simply install coala</h5>
</div>
<div class="col m6 s12">
<pre class="card card-content">$ pip3 install coala-bears</pre>
<p>You can append --pre to that command to get the latest prerelease straight from master!</p>
<p>You can append <code>--pre</code> to that command to get the latest prerelease straight from master!</p>
<p>Consider using a virtualenv:</p>
<pre class="card card-content">
$ pip3 install virtualenv
Expand Down

0 comments on commit 3985e29

Please sign in to comment.