diff options
| author | Mark Otto <[email protected]> | 2013-08-05 08:23:39 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-05 08:23:39 -0700 |
| commit | 38a0eb6f7719110ae1d71922ad71d55f864e2984 (patch) | |
| tree | 7e7a45096528d2a86d8a9233a3ceed4999ac9521 /getting-started.html | |
| parent | e92518aec201e5b17d464853e1d6a9359f18849b (diff) | |
| parent | 2dcc9db6a3c25d165df8f8f9731f29b539ec6ba3 (diff) | |
| download | bootstrap-38a0eb6f7719110ae1d71922ad71d55f864e2984.tar.xz bootstrap-38a0eb6f7719110ae1d71922ad71d55f864e2984.zip | |
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Diffstat (limited to 'getting-started.html')
| -rw-r--r-- | getting-started.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/getting-started.html b/getting-started.html index c404f9609..ef0bdbf53 100644 --- a/getting-started.html +++ b/getting-started.html @@ -73,7 +73,7 @@ bootstrap/ │ ├── bootstrap.min.js {% 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>). The image files are compressed using <a href="http://imageoptim.com/">ImageOptim</a>, a Mac app for compressing PNGs.</p> + <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>).</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> |
