diff --git a/docs/docs.html b/docs/docs.html index cbea472fa3..ce0a99f0d7 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -69,7 +69,10 @@ title: Bootstrap Documentation {% 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.*
). The image files are compressed using ImageOptim, a Mac app for compressing PNGs.
Please note that all JavaScript plugins require jQuery to be included.
+Please note that all JavaScript plugins require jQuery to be included, as shown in the 101 template.
+