Skip to content

Commit 0871ee1

Browse files
authored
docs: update Getting Started guide [refresh gh-pages]
1 parent f4d6b12 commit 0871ee1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/demo/src/getting-started.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ <h5>CDN</h5>
3030

3131
<div style="background: #f7f7f7; padding: 10px">
3232
<pre>
33-
&lt;!-- Latest compiled and minified CSS --&gt;
34-
&lt;link href=&quot;<span style="color:#0a3069">https://cdn.jsdelivr.net/npm/[email protected].4/dist/styles/css/multiple-select.css</span>&quot; rel=&quot;<span style="color:#0a3069">stylesheet</span>&quot;&gt;
33+
&lt;!-- Get latest compiled and minified CSS --&gt;
34+
&lt;link href=&quot;<span style="color:#0a3069">https://cdn.jsdelivr.net/npm/[email protected].5/dist/styles/css/multiple-select.css</span>&quot; rel=&quot;<span style="color:#0a3069">stylesheet</span>&quot;&gt;
3535

36-
&lt;!-- (ESM requires <span style="color:#d63384">type=&quot;module&quot;</span>) Latest compiled and minified JavaScript --&gt;
37-
&lt;script type=&quot;module&quot; src=&quot;<span style="color:#0a3069">https://cdn.jsdelivr.net/npm/[email protected].4/dist/browser/multiple-select.js</span>&quot;&gt;&lt;/script&gt;
36+
&lt;!-- ESM import requires <span style="color:#d63384">type=&quot;module&quot;</span>, get latest compiled and minified JavaScript code --&gt;
37+
&lt;script type=&quot;module&quot; src=&quot;<span style="color:#0a3069">https://cdn.jsdelivr.net/npm/[email protected].5/dist/browser/multiple-select.js</span>&quot;&gt;&lt;/script&gt;
3838
</div>
3939

4040
<quote>
@@ -52,9 +52,9 @@ <h5>NPM</h5>
5252
</section>
5353

5454
<h5>
55-
ESM <code>import from</code>
55+
ESM import
5656
</h5>
57-
<p>The library provides both CommonJS or ESM, see the example below:</p>
57+
<p>The library provides ESM imports, see the example below:</p>
5858
<div style="background: #f7f7f7; padding: 10px">
5959
<pre>
6060
// ESM

0 commit comments

Comments
 (0)