Adjust verbiage

This commit is contained in:
Cory LaViska
2017-08-09 10:42:34 -04:00
parent e4068b74f9
commit 4da685b0ef
2 changed files with 2 additions and 2 deletions

View File

@@ -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), youll 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>&lt;head&gt;</code>:</p>
<p>The easiest way to use Shoelace is via CDN. Just add this to your <code>&lt;head&gt;</code>:</p>
<pre><code class="lang-html">&lt;link rel=&quot;stylesheet&quot; href=&quot;https://cdnjs.cloudflare.com/ajax/libs/shoelace-css/1.0.0-beta10/shoelace.css&quot;&gt;
</code></pre>
<p>And this before <code>&lt;/body&gt;</code> but after jQuery/Zepto:</p>

View File

@@ -12,7 +12,7 @@ To make certain components interactive (e.g. dropdowns and tabs), youll 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">