aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-11-13 15:18:55 -0800
committerChris Rebert <[email protected]>2014-11-13 15:18:55 -0800
commit7bdc307b70caaad69fd88a6a9dd6de6a97e1505c (patch)
treee87b7d7dbd583e6adecd343cfd3662fa5f786b06 /docs/_includes
parentb26eb44305ddc9f9d83192f8f734ecf27f2f04e7 (diff)
downloadbootstrap-7bdc307b70caaad69fd88a6a9dd6de6a97e1505c.tar.xz
bootstrap-7bdc307b70caaad69fd88a6a9dd6de6a97e1505c.zip
clarify that Bower is one among several installation methods
Diffstat (limited to 'docs/_includes')
-rw-r--r--docs/_includes/getting-started/download.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/getting-started/download.html b/docs/_includes/getting-started/download.html
index bb0537796..edc048df5 100644
--- a/docs/_includes/getting-started/download.html
+++ b/docs/_includes/getting-started/download.html
@@ -41,6 +41,6 @@
{% endhighlight %}
<h3 id="download-bower">Install with Bower</h3>
- <p>Install and manage Bootstrap's Less, CSS, JavaScript, and fonts using <a href="http://bower.io">Bower</a>.</p>
+ <p>You can also install and manage Bootstrap's Less, CSS, JavaScript, and fonts using <a href="http://bower.io">Bower</a>:</p>
{% highlight bash %}$ bower install bootstrap{% endhighlight %}
</div>