diff options
| author | Mark Otto <[email protected]> | 2013-09-03 15:52:28 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-03 15:52:28 -0700 |
| commit | b15042233518c1912c7b23b9eeb042a9c1335332 (patch) | |
| tree | 553724dbe3e7b9dcde73def1db6830030e335421 /getting-started.html | |
| parent | 171fc396ac1774c121154f5994dea5834496d196 (diff) | |
| parent | 7fbd8affe4c5eba842a362aecdf1a511ca1b5e24 (diff) | |
| download | bootstrap-b15042233518c1912c7b23b9eeb042a9c1335332.tar.xz bootstrap-b15042233518c1912c7b23b9eeb042a9c1335332.zip | |
Merge pull request #10408 from twbs/getting-started-minor-edits
CSS vs. LESS vs. styles terminology; "precompiled" terminology
Diffstat (limited to 'getting-started.html')
| -rw-r--r-- | getting-started.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/getting-started.html b/getting-started.html index 65c0796f4..d8aceadbe 100644 --- a/getting-started.html +++ b/getting-started.html @@ -24,7 +24,7 @@ base_url: "../" <h4> <a href="{{ site.download_source }}" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'Download source']);">Download source code</a> </h4> - <p>Get the latest Bootstrap CSS and JavaScript source code by downloading it directly from GitHub.</p> + <p>Get the latest Bootstrap LESS and JavaScript source code by downloading it directly from GitHub.</p> <h4> <a href="{{ site.repo }}" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'GitHub project']);">Clone or fork via GitHub</a> </h4> @@ -32,7 +32,7 @@ base_url: "../" <h4> Install with <a href="http://bower.io">Bower</a> </h4> - <p>Install and manage Bootstrap's CSS, JavaScript, and documentation using <a href="http://bower.io">Bower</a>.</p> + <p>Install and manage Bootstrap's styles, JavaScript, and documentation using <a href="http://bower.io">Bower</a>.</p> {% highlight bash %}$ bower install bootstrap{% endhighlight %} </div> @@ -81,7 +81,7 @@ bootstrap/ └── glyphicons-halflings-regular.woff {% endhighlight %} - <p>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 (<code>bootstrap.*</code>), as well as compiled and minified CSS and JS (<code>bootstrap.min.*</code>). Fonts from Glyphicons are included, as is the optional Bootstrap theme.</p> + <p>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 (<code>bootstrap.*</code>), as well as compiled and minified CSS and JS (<code>bootstrap.min.*</code>). Fonts from Glyphicons are included, as is the optional Bootstrap theme.</p> <div class="bs-callout bs-callout-danger"> <h4>jQuery required</h4> <p>Please note that <strong>all JavaScript plugins require jQuery</strong> to be included, as shown in the <a href="#template">starter template</a>.</p> |
