diff --git a/getting-started.html b/getting-started.html index 3ded19005c..3bc1267bef 100644 --- a/getting-started.html +++ b/getting-started.html @@ -24,7 +24,7 @@ base_url: "../"

Download source code

-

Get the latest Bootstrap CSS and JavaScript source code by downloading it directly from GitHub.

+

Get the latest Bootstrap LESS and JavaScript source code by downloading it directly from GitHub.

Clone or fork via GitHub

@@ -32,7 +32,7 @@ base_url: "../"

Install with Bower

-

Install and manage Bootstrap's CSS, JavaScript, and documentation using Bower.

+

Install and manage Bootstrap's styles, JavaScript, and documentation using Bower.

{% highlight bash %}$ bower install bootstrap{% endhighlight %} @@ -81,7 +81,7 @@ bootstrap/ └── glyphicons-halflings-regular.woff {% endhighlight %} -

This is the most basic form of Bootstrap: compiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (bootstrap.*), as well as compiled and minified CSS and JS (bootstrap.min.*). Fonts from Glyphicons are included, as is the optional Bootstrap theme.

+

This is the most basic form of Bootstrap: precompiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (bootstrap.*), as well as compiled and minified CSS and JS (bootstrap.min.*). Fonts from Glyphicons are included, as is the optional Bootstrap theme.

jQuery required

Please note that all JavaScript plugins require jQuery to be included, as shown in the starter template.