Skip to content

Commit b26beba

Browse files
committed
update comment
1 parent 827b60d commit b26beba

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

barcode-scanner-api-samples/scan-multiple-barcodes/cart-builder.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>List-Builder - Scan to Cart Simulation</title>
88

9-
<!-- Dynamsoft Barcode Reader Bundle -->
9+
<!-- Include Dynamsoft Barcode Reader Bundle via CDN -->
1010
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@11.0.3000/dist/dbr.bundle.js"></script>
1111
<!-- If the network is unstable or you prefer to self-host the SDK, uncomment the line below to load it locally -->
1212
<!-- <script src="../../../distributables/dbr.bundle.js"></script> -->

barcode-scanner-api-samples/scan-multiple-barcodes/hello-world.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>
88
Dynamsoft Barcode Scanner Sample - Hello World (Decode via Camera)
99
</title>
10-
<!-- Include Dynamsoft Barcode Reader Bundle from CDN -->
10+
<!-- Include Dynamsoft Barcode Reader Bundle via CDN -->
1111
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@11.0.3000/dist/dbr.bundle.js"></script>
1212
<!-- If the network is unstable or you prefer to self-host the SDK, uncomment the line below to load it locally -->
1313
<!-- <script src="../../../distributables/dbr.bundle.js"></script> -->

barcode-scanner-api-samples/scan-single-barcode/scan-and-search.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55
<meta charset="UTF-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Scan & Search with BarcodeScanner</title>
8+
9+
<!-- Include Dynamsoft Barcode Reader Bundle via CDN -->
810
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@11.0.3000/dist/dbr.bundle.js"></script>
11+
<!-- If the network is unstable or you prefer to self-host the SDK, uncomment the line below to load it locally -->
12+
<!-- <script src="../../../distributables/dbr.bundle.js"></script> -->
913
</head>
1014

1115
<body>

0 commit comments

Comments
 (0)