diff --git a/programming/javascript/faq/enable-supported-barcode-format.md b/programming/javascript/faq/enable-supported-barcode-format.md index aaa77c8c..8125996b 100644 --- a/programming/javascript/faq/enable-supported-barcode-format.md +++ b/programming/javascript/faq/enable-supported-barcode-format.md @@ -24,8 +24,7 @@ Explicitly enable **only the barcode formats covered by your license** in your c 2. **Configure Barcode Formats** Update your code to explicitly enable **only the licensed formats**. - - Example for Enabling **Multiple Formats**: - Use bitwise OR (|) to combine formats. + - Example for Enabling **Multiple Formats**(Use bitwise OR (|) to combine formats):
>- Javascript >- Objective-C