We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15707c6 + 2954e05 commit 6946abfCopy full SHA for 6946abf
programming/javascript/user-guide/barcode-scanner.md
@@ -185,7 +185,7 @@ Barcode Scanner comes with a **Ready-to-Use UI**. When the Barcode Scanner launc
185
186
```js
187
// Initialize the Dynamsoft Barcode Scanner
188
-const Barcodescanner = new Dynamsoft.BarcodeScanner({
+const barcodescanner = new Dynamsoft.BarcodeScanner({
189
// Please don't forget to replace YOUR_LICENSE_KEY_HERE
190
license: "YOUR_LICENSE_KEY_HERE",
191
});
0 commit comments