Skip to content

Commit 527cc73

Browse files
committed
docs: update version shown in Getting Started [refresh gh-pages]
1 parent cd7b96f commit 527cc73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/demo/src/getting-started.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ <h5>CDN</h5>
2929
<div style="background: #f7f7f7; padding: 10px">
3030
<pre>
3131
&lt;!-- (IIFE Standalone Script) Latest compiled and minified JavaScript --&gt;
32-
&lt;script type=&quot;module&quot; src=&quot;<span style="color:#880000">https://cdn.jsdelivr.net/npm/[email protected].1/dist/excel-builder.iife.js</span>&quot;&gt;&lt;/script&gt;
32+
&lt;script type=&quot;module&quot; src=&quot;<span style="color:#880000">https://cdn.jsdelivr.net/npm/[email protected].14/dist/excel-builder.iife.js</span>&quot;&gt;&lt;/script&gt;
3333

3434
&lt;!-- (CJS Files <span style="color:#d63384">.cjs</span> extension) Latest compiled and minified JavaScript --&gt;
35-
&lt;script src=&quot;<span style="color:#880000">https://cdn.jsdelivr.net/npm/[email protected].1/dist/excel-builder.cjs</span>&quot;&gt;&lt;/script&gt;</pre>
35+
&lt;script src=&quot;<span style="color:#880000">https://cdn.jsdelivr.net/npm/[email protected].14/dist/excel-builder.cjs</span>&quot;&gt;&lt;/script&gt;</pre>
3636
</div>
3737

3838
<quote>

0 commit comments

Comments
 (0)