Skip to content

Commit 8b980e4

Browse files
committed
Update hello-world.html
1 parent be7639e commit 8b980e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

barcode-scanner-api-samples/scan-single-barcode/hello-world.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h1 class="barcode-scanner-title">Hello World (Decode via Camera)</h1>
3838
container: ".barcode-scanner-view",
3939
}
4040
const barcodeScanner = new Dynamsoft.BarcodeScanner(config);
41-
barcodeScannerD.launch().then((result)=>{
41+
barcodeScanner.launch().then((result)=>{
4242
console.log(result);
4343
})
4444
</script>

0 commit comments

Comments
 (0)