aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorliuyl <[email protected]>2013-08-05 17:01:44 +0800
committerliuyl <[email protected]>2013-08-05 17:01:44 +0800
commite444baa22fbe09761ba99796858f59e98f456a4b (patch)
treec2c0d58615a593ce669afa8f2c6ca1b8b6c9d1d2
parentd2389ec7c41183bde77b39ff8f86ff827c9b2174 (diff)
downloadbootstrap-e444baa22fbe09761ba99796858f59e98f456a4b.tar.xz
bootstrap-e444baa22fbe09761ba99796858f59e98f456a4b.zip
remove image description
-rw-r--r--getting-started.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/getting-started.html b/getting-started.html
index 42947bbcd..317435636 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -77,7 +77,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>