From 4da685b0ef7bab86b0f1f5fed7683e2acb3f1743 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Wed, 9 Aug 2017 10:42:34 -0400 Subject: [PATCH] Adjust verbiage --- docs/installing.html | 2 +- source/docs/installing.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installing.html b/docs/installing.html index 507281441..66baee91c 100644 --- a/docs/installing.html +++ b/docs/installing.html @@ -50,7 +50,7 @@

Shoelace is incredibly easy to use. To get started, simply link to shoelace.css in your project. You can use the CDN version or download the source manually.

To make certain components interactive (e.g. dropdowns and tabs), you’ll need to load jQuery or Zepto along with shoelace.js.

CDN

-

The easiest way to use Shoelace is via CDN. Just add this to the <head>:

+

The easiest way to use Shoelace is via CDN. Just add this to your <head>:

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/shoelace-css/1.0.0-beta10/shoelace.css">
 

And this before </body> but after jQuery/Zepto:

diff --git a/source/docs/installing.md b/source/docs/installing.md index c8f50d90c..15fd011a6 100644 --- a/source/docs/installing.md +++ b/source/docs/installing.md @@ -12,7 +12,7 @@ To make certain components interactive (e.g. dropdowns and tabs), you’ll need ### CDN -The easiest way to use Shoelace is via CDN. Just add this to the ``: +The easiest way to use Shoelace is via CDN. Just add this to your ``: ```html