From 11b526e51d54ea96656a6b1a0ca54c99e50a81dd Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 24 Dec 2015 18:08:38 -0700 Subject: Include Tether via CDN in starter templates; fixes #18664 [skip sauce] --- docs/getting-started/introduction.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'docs/getting-started') diff --git a/docs/getting-started/introduction.md b/docs/getting-started/introduction.md index 6e9162c89..141a7b497 100644 --- a/docs/getting-started/introduction.md +++ b/docs/getting-started/introduction.md @@ -24,10 +24,11 @@ Copy-paste the stylesheet `` into your `` before all other styleshee {% endhighlight %} -Add our JavaScript plugins and jQuery near the end of your pages, right before the closing `` tag. Be sure to place jQuery first as our code depends on it. +Add our JavaScript plugins, jQuery, and Tether near the end of your pages, right before the closing `` tag. Be sure to place jQuery and Tether first, as our code depends on them. {% highlight html %} + {% endhighlight %} @@ -58,8 +59,9 @@ Put it all together and your pages should look like this:

Hello, world!

- + + -- cgit v1.2.3