Skip to content

Commit 532eef2

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

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,11 @@ needAutoGenerateSidebar: false
1111
You can obtain a copy of the DBR JS deployable files using one of the following methods:
1212

1313
1. **Download the DBR-JS package from website**
14-
1514
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).
1615

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

1918
2. Install the library via `npm`
20-
2119
### For Version 10 and Above
2220
Use the command:
2321
```bash
@@ -33,9 +31,8 @@ You can obtain a copy of the DBR JS deployable files using one of the following
3331
```bash
3432
npm install dynamsoft-javascript-barcode --save
3533
```
36-
37-
3. Install the library via `yarn`
3834

35+
3. Install the library via `yarn`
3936
### For Version 10 and Above
4037
Use the command:
4138
```bash

0 commit comments

Comments
 (0)