Skip to content

Commit 1a6b72e

Browse files
committed
Update ways-to-copy-dbr-js-deployable-files.md
1 parent 42eab7f commit 1a6b72e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

barcode-reader/web/configuration/ways-to-copy-dbr-js-deployable-files.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can obtain a copy of the DBR JS deployable files using one of the following
1818

1919
## 2. Install the library via `npm`
2020

21-
### For Version 10 and Above
21+
**For Version 10 and Above**
2222
Use the command:
2323
```bash
2424
npm i dynamsoft-barcode-reader-bundle@{version-number} -E
@@ -28,15 +28,15 @@ Please replace "{version-number}" with the exact version you are currently using
2828
npm i dynamsoft-barcode-reader-bundle@11.4.2001 -E
2929
```
3030

31-
### For Version 9
31+
**For Version 9**
3232
Use the command:
3333
```bash
3434
npm install dynamsoft-javascript-barcode --save
3535
```
3636

3737
## 3. Install the library via `yarn`
3838

39-
### For Version 10 and Above
39+
**For Version 10 and Above**
4040
Use the command:
4141
```bash
4242
yarn add dynamsoft-barcode-reader-bundle@{version-number} -E
@@ -47,7 +47,7 @@ For example:
4747
yarn add dynamsoft-barcode-reader-bundle@11.4.2001 -E
4848
```
4949

50-
### For Version 9
50+
**For Version 9**
5151
```bash
5252
yarn add dynamsoft-javascript-barcode
5353
```

0 commit comments

Comments
 (0)