Skip to content

Commit f2d471e

Browse files
committed
Update ways-to-copy-dbr-js-deployable-files.md
1 parent 532eef2 commit f2d471e

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ needAutoGenerateSidebar: false
1010

1111
You can obtain a copy of the DBR JS deployable files using one of the following methods:
1212

13-
1. **Download the DBR-JS package from website**
13+
## 1. Download the DBR-JS package from website
14+
1415
Visit the [Dynamsoft website](https://www.dynamsoft.com/barcode-reader/downloads) or the [Dynamsoft Customer Portal](https://www.dynamsoft.com/customer/download) (select the "Download Center" menu on the left-hand side).
1516

1617
The resources can be found at the path: `dynamsoft-barcode-reader-js-{version-number}\dist`.
1718

18-
2. Install the library via `npm`
19+
## 2. Install the library via `npm`
20+
1921
### For Version 10 and Above
2022
Use the command:
2123
```bash
@@ -32,7 +34,8 @@ You can obtain a copy of the DBR JS deployable files using one of the following
3234
npm install dynamsoft-javascript-barcode --save
3335
```
3436

35-
3. Install the library via `yarn`
37+
## 3. Install the library via `yarn`
38+
3639
### For Version 10 and Above
3740
Use the command:
3841
```bash

0 commit comments

Comments
 (0)