Skip to content

Commit bcdaa63

Browse files
committed
docs: update example link in demo [refresh gh-pages]
1 parent eecc780 commit bcdaa63

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

packages/demo/src/examples/example09.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ <h2 class="bd-title">
2929
<select id="locale" class="full-width">
3030
<option value="en-US">English</option>
3131
<option value="fr-FR">French</option>
32-
<option value="es-ES">Spanish</option>
32+
<option value="de-DE">German</option>
3333
<option value="it-IT">Italian</option>
34+
<option value="es-ES">Spanish</option>
3435
<option value="vi-VN">Vietnamese</option>
3536
<option value="zh-CN">简体中文</option>
3637
<option value="zh-TW">繁體中文</option>
37-
<option value="de-DE">German</option>
3838
</select>
3939
</div>
4040
</div>
@@ -63,7 +63,7 @@ <h2 class="bd-title">
6363
<hr />
6464

6565
<div class="mb-3 row">
66-
<label class="col-sm-3">named Locale import (Spanish)</label>
66+
<label class="col-sm-3">named Locale import (i.e. Spanish)</label>
6767

6868
<div class="col-sm-9">
6969
<select id="fixed-import" class="full-width" multiple="multiple">

packages/demo/src/getting-started.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@ <h5>CDN</h5>
2222
including Multiple-Select-Vanilla. Just use the following CDN links.
2323
</p>
2424
<p>
25-
The project now ships its <code>.js</code> files as ESM by default, if you still wish to use the old CommonJS (CJS) format with <code>require()</code>,
25+
The project now ships its <code>.js</code> files as ESM by default, if you still wish to use the legacy CommonJS (CJS) format with <code>require()</code>,
2626
then you will have to use <code>.cjs</code> file extension.
2727
</p>
2828

2929
<div style="background: #f7f7f7; padding: 10px">
3030
<pre>
3131
&lt;!-- Latest compiled and minified CSS --&gt;
32-
&lt;link href=&quot;<span style="color:#880000">https://cdn.jsdelivr.net/npm/multiple-select-vanilla@3.1.4/dist/styles/css/multiple-select.css</span>&quot; rel=&quot;<span style="color:#880000">stylesheet</span>&quot;&gt;
32+
&lt;link href=&quot;<span style="color:#880000">https://cdn.jsdelivr.net/npm/multiple-select-vanilla@3.3.0/dist/styles/css/multiple-select.css</span>&quot; rel=&quot;<span style="color:#880000">stylesheet</span>&quot;&gt;
3333

3434
&lt;!-- (ESM requires <span style="color:#d63384">type=&quot;module&quot;</span>) Latest compiled and minified JavaScript --&gt;
35-
&lt;script type=&quot;module&quot; src=&quot;<span style="color:#880000">https://cdn.jsdelivr.net/npm/multiple-select-vanilla@3.1.4/dist/browser/multiple-select.js</span>&quot;&gt;&lt;/script&gt;
35+
&lt;script type=&quot;module&quot; src=&quot;<span style="color:#880000">https://cdn.jsdelivr.net/npm/multiple-select-vanilla@3.3.0/dist/browser/multiple-select.js</span>&quot;&gt;&lt;/script&gt;
3636

3737
&lt;!-- (CJS requires <span style="color:#d63384">.cjs</span> extension) Latest compiled and minified JavaScript --&gt;
38-
&lt;script src=&quot;<span style="color:#880000">https://cdn.jsdelivr.net/npm/multiple-select-vanilla@3.1.4/dist/browser/multiple-select.cjs</span>&quot;&gt;&lt;/script&gt;</pre>
38+
&lt;script src=&quot;<span style="color:#880000">https://cdn.jsdelivr.net/npm/multiple-select-vanilla@3.3.0/dist/browser/multiple-select.cjs</span>&quot;&gt;&lt;/script&gt;</pre>
3939
</div>
4040

4141
<quote>

0 commit comments

Comments
 (0)