Skip to content

Commit

Permalink
fix broken link in demo page
Browse files Browse the repository at this point in the history
fixes: Live demo broken? #472
  • Loading branch information
koljatm-edeka committed Oct 22, 2021
1 parent b88907c commit 6f4343c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/multi-camera/index.html
Expand Up @@ -63,7 +63,7 @@ <h1 class="title">Scan 1D/2D Code from Video Camera</h1>

</main>

<script type="text/javascript" src="https://unpkg.com/@zxing/library@latest"></script>
<script type="text/javascript" src="https://unpkg.com/@zxing/library@latest/umd/index.min.js"></script>
<script type="text/javascript">
window.addEventListener('load', function () {
let selectedDeviceId;
Expand Down

0 comments on commit 6f4343c

Please sign in to comment.