diff --git a/_config.yml b/_config.yml index 72839147d5..c174f4a7e5 100644 --- a/_config.yml +++ b/_config.yml @@ -31,3 +31,4 @@ cdn: css: //maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css css_theme: //maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css js: //maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js + jquery: //code.jquery.com/jquery-2.1.1.min.js diff --git a/docs/_includes/getting-started/download.md b/docs/_includes/getting-started/download.md index e4adc10648..b719026ac4 100644 --- a/docs/_includes/getting-started/download.md +++ b/docs/_includes/getting-started/download.md @@ -8,10 +8,10 @@ Quickly add Bootstrap to your project via the [Bootstrap CDN](http://bootstrapcd {% endhighlight %} -Then, add the Bootstrap JavaScript—and jQuery—near the end of your project. It's best placed right before the closing `` tag. Be sure to place jQuery first. +Then, add the Bootstrap JavaScript—and jQuery—near the end of your pages. It's best placed right before the closing `` tag. Be sure to place jQuery first as our code depends on it. {% highlight html %} - + {% endhighlight %} @@ -34,7 +34,7 @@ Put it all together and your pages should look like this:

Hello, world!

- +