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.
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: