Skip to content

Commit 8b1b759

Browse files
authored
Update use-in-framework.md
1 parent fd05c83 commit 8b1b759

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

programming/javascript/user-guide/use-in-framework.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default-layout
3-
title: v10.2.10 User Guide - Use Dynamsoft Barcode Reader JavaScript Edition In Framework
3+
title: v10.4.20 User Guide - Use Dynamsoft Barcode Reader JavaScript Edition In Framework
44
description: This is the user guide to integrate Dynamsoft Barcode Reader JavaScript SDK in framework.
55
keywords: user guide, javascript, js, barcodes, camera, images, framework, react, angular, vue
66
breadcrumbText: User Guide
@@ -23,21 +23,21 @@ Assuming you have an existing project using a framework, you should have a `pack
2323
1. Open the terminal from your project root directory.
2424
2. Install DBR-JS SDK with the following command:
2525

26-
```sh
27-
npm install dynamsoft-barcode-reader-bundle@10.4.2000 -E
28-
```
26+
```sh
27+
npm install dynamsoft-barcode-reader-bundle@10.4.2000 -E
28+
```
2929

3030
3. Confirm the installation by checking the `package.json`. You should see:
3131

32-
```json
33-
{
34-
...
35-
"dependencies": {
36-
...
37-
"dynamsoft-barcode-reader-bundle": "10.4.2000"
38-
}
39-
}
40-
```
32+
```json
33+
{
34+
...
35+
"dependencies": {
36+
...
37+
"dynamsoft-barcode-reader-bundle": "10.4.2000"
38+
}
39+
}
40+
```
4141

4242
Notice that there is no `^` before `10.4.2000`. No `^` indicates an exact version, ensuring stability and avoids automatic upgrades even without `package-lock.json`.
4343

@@ -72,7 +72,7 @@ LicenseManager.initLicense("DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9");
7272
/**
7373
* You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=github&product=dbr&package=js to get your own trial license good for 30 days.
7474
* Note that if you downloaded this sample from Dynamsoft while logged in, the above license key may already be your own 30-day trial license.
75-
* For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=10.2.10&utm_source=github#specify-the-license or contact support@dynamsoft.com.
75+
* For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=10.4.20&utm_source=github#specify-the-license or contact support@dynamsoft.com.
7676
* LICENSE ALERT - THE END
7777
*/
7878

0 commit comments

Comments
 (0)