Skip to content

Commit 42eab7f

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

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

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

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -18,36 +18,36 @@ 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
22-
Use the command:
23-
```bash
21+
### For Version 10 and Above
22+
Use the command:
23+
```bash
2424
npm i dynamsoft-barcode-reader-bundle@{version-number} -E
25-
```
26-
Please replace "{version-number}" with the exact version you are currently using. For example:
27-
```bash
25+
```
26+
Please replace "{version-number}" with the exact version you are currently using. For example:
27+
```bash
2828
npm i dynamsoft-barcode-reader-bundle@11.4.2001 -E
29-
```
29+
```
3030

31-
### For Version 9
32-
Use the command:
33-
```bash
31+
### For Version 9
32+
Use the command:
33+
```bash
3434
npm install dynamsoft-javascript-barcode --save
35-
```
35+
```
3636

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

39-
### For Version 10 and Above
40-
Use the command:
41-
```bash
39+
### For Version 10 and Above
40+
Use the command:
41+
```bash
4242
yarn add dynamsoft-barcode-reader-bundle@{version-number} -E
43-
```
43+
```
4444

45-
For example:
46-
```bash
45+
For example:
46+
```bash
4747
yarn add dynamsoft-barcode-reader-bundle@11.4.2001 -E
48-
```
48+
```
4949

50-
### For Version 9
51-
```bash
50+
### For Version 9
51+
```bash
5252
yarn add dynamsoft-javascript-barcode
53-
```
53+
```

0 commit comments

Comments
 (0)