Skip to content

Commit

Permalink
docs: update version in getting-started page
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Nov 13, 2023
1 parent 4d33d60 commit cc10dd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/src/getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ <h5>CDN</h5>
<div style="background: #f7f7f7; padding: 10px">
<pre>
&lt;!-- Latest compiled and minified CSS --&gt;
&lt;link href=&quot;<span style="color:#880000">https://cdn.jsdelivr.net/npm/[email protected].2/dist/styles/css/multiple-select.css</span>&quot; rel=&quot;<span style="color:#880000">stylesheet</span>&quot;&gt;
&lt;link href=&quot;<span style="color:#880000">https://cdn.jsdelivr.net/npm/[email protected].3/dist/styles/css/multiple-select.css</span>&quot; rel=&quot;<span style="color:#880000">stylesheet</span>&quot;&gt;

&lt;!-- Latest compiled and minified JavaScript --&gt;
&lt;script src=&quot;<span style="color:#880000">https://cdn.jsdelivr.net/npm/[email protected].2/dist/multiple-select.js</span>&quot;&gt;&lt;/script&gt;</pre>
&lt;script src=&quot;<span style="color:#880000">https://cdn.jsdelivr.net/npm/[email protected].3/dist/multiple-select.js</span>&quot;&gt;&lt;/script&gt;</pre>
</div>
</section>

Expand Down

0 comments on commit cc10dd4

Please sign in to comment.