aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-12-28 22:27:50 -0800
committerMark Otto <[email protected]>2016-12-31 00:52:08 -0800
commita3f5def40cc1aafb612e669de71ed06c5a55ccef (patch)
tree420e64c87c384ed14c2ccbc7ec179829b25b8ff1 /docs
parent3d6c4736966246c863557b52b25eac52a5bddba2 (diff)
downloadbootstrap-a3f5def40cc1aafb612e669de71ed06c5a55ccef.tar.xz
bootstrap-a3f5def40cc1aafb612e669de71ed06c5a55ccef.zip
make note of slim build
Diffstat (limited to 'docs')
-rw-r--r--docs/getting-started/introduction.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started/introduction.md b/docs/getting-started/introduction.md
index bb9f0ea5f..8720b002d 100644
--- a/docs/getting-started/introduction.md
+++ b/docs/getting-started/introduction.md
@@ -25,7 +25,7 @@ Copy-paste the stylesheet `<link>` into your `<head>` before all other styleshee
<link rel="stylesheet" href="{{ site.cdn.css }}" integrity="{{ site.cdn.css_hash }}" crossorigin="anonymous">
{% endhighlight %}
-Add our JavaScript plugins, jQuery, and Tether near the end of your pages, right before the closing `</body>` tag. Be sure to place jQuery and Tether first, as our code depends on them.
+Add our JavaScript plugins, jQuery, and Tether near the end of your pages, right before the closing `</body>` tag. Be sure to place jQuery and Tether first, as our code depends on them. While we use [jQuery's slim build](https://blog.jquery.com/2016/06/09/jquery-3-0-final-released/) in our docs, the full version is also supported.
{% highlight html %}
<script src="{{ site.cdn.jquery }}" integrity="{{ site.cdn.jquery_hash }}" crossorigin="anonymous"></script>