mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
Adjust verbiage
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
<p>Shoelace is incredibly easy to use. To get started, simply link to <code>shoelace.css</code> in your project. You can use the CDN version or download the source manually.</p>
|
||||
<p>To make certain components interactive (e.g. dropdowns and tabs), you’ll need to load <a href="https://cdnjs.com/libraries/jquery/">jQuery</a> or <a href="https://cdnjs.com/libraries/zepto/">Zepto</a> along with <code>shoelace.js</code>.</p>
|
||||
<h3 id="cdn">CDN</h3>
|
||||
<p>The easiest way to use Shoelace is via CDN. Just add this to the <code><head></code>:</p>
|
||||
<p>The easiest way to use Shoelace is via CDN. Just add this to your <code><head></code>:</p>
|
||||
<pre><code class="lang-html"><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/shoelace-css/1.0.0-beta10/shoelace.css">
|
||||
</code></pre>
|
||||
<p>And this before <code></body></code> but after jQuery/Zepto:</p>
|
||||
|
||||
@@ -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 `<head>`:
|
||||
The easiest way to use Shoelace is via CDN. Just add this to your `<head>`:
|
||||
|
||||
```html
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/shoelace-css/{version}/shoelace.css">
|
||||
|
||||
Reference in New Issue
Block a user