Skip to content

Commit 57cf079

Browse files
committed
docs: bump version in getting started doc
1 parent 79a98d5 commit 57cf079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/demo/src/getting-started.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h5>CDN</h5>
2424
<pre>
2525
&lt;script <span style="color:#207eb1">type</span>=&quot;<span style="color:#f06605">module</span>&quot;&gt;
2626
// ESM Module import
27-
<span style="color:#cf222e">import</span> multipleSelect <span style="color:#cf222e">from</span> <span style="color:#0a3069">'https://cdn.jsdelivr.net/npm/multiple-select-vanilla@5.0.0/+esm'</span>;
27+
<span style="color:#cf222e">import</span> multipleSelect <span style="color:#cf222e">from</span> <span style="color:#0a3069">'https://cdn.jsdelivr.net/npm/multiple-select-vanilla@5.1.0/+esm'</span>;
2828
&lt;/script&gt;
2929
</pre>
3030
</div>

0 commit comments

Comments
 (0)