Skip to content

Commit 6946abf

Browse files
Merge pull request #451 from dynamsoft-docs/Justin-dynamsoft-patch-1
Update barcode-scanner.md
2 parents 15707c6 + 2954e05 commit 6946abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programming/javascript/user-guide/barcode-scanner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Barcode Scanner comes with a **Ready-to-Use UI**. When the Barcode Scanner launc
185185

186186
```js
187187
// Initialize the Dynamsoft Barcode Scanner
188-
const Barcodescanner = new Dynamsoft.BarcodeScanner({
188+
const barcodescanner = new Dynamsoft.BarcodeScanner({
189189
// Please don't forget to replace YOUR_LICENSE_KEY_HERE
190190
license: "YOUR_LICENSE_KEY_HERE",
191191
});

0 commit comments

Comments
 (0)