Skip to content

Commit 67f3c8c

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

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
@@ -41,7 +41,7 @@ Explicitly enable **only the barcode formats covered by your license** in your c
4141
```javascript
4242
// Enable QR Code and 1D
4343
settings.barcodeSettings.barcodeFormatIds =
44-
Dynamsoft.DBR.EnumBarcodeFormat.BF_QR_CODE|Dynamsoft.DBR.EnumBarcodeFormat.BF_ONED;
44+
Dynamsoft.DBR.EnumBarcodeFormat.BF_QR_CODE | Dynamsoft.DBR.EnumBarcodeFormat.BF_ONED;
4545
```
4646

4747
4. **Verify Supported Formats**

0 commit comments

Comments
 (0)