Skip to content

Commit d939059

Browse files
authored
Update enable-supported-barcode-format.md
1 parent bd1208d commit d939059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programming/javascript/faq/enable-supported-barcode-format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Explicitly enable **only the barcode formats covered by your license** in your c
3232
settings.barcodeSettings.barcodeFormatIds =
3333
Dynamsoft.DBR.EnumBarcodeFormat.BF_QR_CODE;
3434
await router.updateSettings("ReadSingleBarcode", settings);
35-
await router.start capturing("ReadSingleBarcode");
35+
await router.startCapturing("ReadSingleBarcode");
3636
```
3737

3838
- Example for Enabling **Multiple Formats**:

0 commit comments

Comments
 (0)