Skip to content

Commit 09e9c5a

Browse files
committed
Update CDN version in documentation
1 parent 888a829 commit 09e9c5a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

web/docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,15 +255,15 @@ <h3>Web Component</h3>
255255
<div class="tabcontent" data-for="cdn2">
256256
<p>Always set the <code>integrity</code> attribute for security when using a third party CDN.</p>
257257
<pre><code>&lt;<span class="value">script</span>
258-
<span class="property">src</span>=<span class="string">"https://cdn.jsdelivr.net/npm/lean-qr@2.5.0/webcomponent.mjs"</span>
258+
<span class="property">src</span>=<span class="string">"https://cdn.jsdelivr.net/npm/lean-qr@2.6.0/webcomponent.mjs"</span>
259259
<span class="property">integrity</span>=<span class="string">"sha384-0W2ukcNaexuSfxr1OMk6kruCr4UEvzZTZrT2B0JA4c6Uiv/FtQOmRVCqLXyC7MbC"</span>
260260
<span class="property">type</span>=<span class="string">"module"</span>
261261
&gt;&lt;/<span class="value">script</span>&gt;</code></pre>
262262
</div>
263263
<div class="tabcontent" data-for="cdn3">
264264
<p>Always set the <code>integrity</code> attribute for security when using a third party CDN.</p>
265265
<pre><code>&lt;<span class="value">script</span>
266-
<span class="property">src</span>=<span class="string">"https://www.unpkg.com/lean-qr@2.5.0/webcomponent.mjs"</span>
266+
<span class="property">src</span>=<span class="string">"https://www.unpkg.com/lean-qr@2.6.0/webcomponent.mjs"</span>
267267
<span class="property">integrity</span>=<span class="string">"sha384-0W2ukcNaexuSfxr1OMk6kruCr4UEvzZTZrT2B0JA4c6Uiv/FtQOmRVCqLXyC7MbC"</span>
268268
<span class="property">type</span>=<span class="string">"module"</span>
269269
&gt;&lt;/<span class="value">script</span>&gt;</code></pre>

0 commit comments

Comments
 (0)