Skip to content

Commit f0e4c81

Browse files
committed
2 parents c2073a6 + e470574 commit f0e4c81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

barcode-scanner-api-samples/scan-multiple-barcodes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const config = {
2525
license: "YOUR-LICENSE-KEY",
2626
engineResourcePaths: {
2727
// feel free to change it to your own path
28-
rootDirectory: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@10.5.1000/dist/",
28+
rootDirectory: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@11.0.3000/dist/",
2929
},
3030
container: ".barcode-scanner-view",
3131
scanMode: Dynamsoft.EnumScanMode.SM_MULTI_UNIQUE,

barcode-scanner-api-samples/scan-single-barcode/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const config = {
2323
license: "YOUR-LICENSE-KEY",
2424
engineResourcePaths: {
2525
// feel free to change it to your own path
26-
rootDirectory: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@10.5.1000/dist/",
26+
rootDirectory: "https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@11.0.3000/dist/",
2727
},
2828
container: ".barcode-scanner-view",
2929
};

0 commit comments

Comments
 (0)