Skip to content

Commit 623c4ad

Browse files
committed
update README
1 parent a3a85a0 commit 623c4ad

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

hello-world/angular/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Below is the configuration used for this sample.
6161

6262
```cmd
6363
cd my-app
64-
npm install dynamsoft-barcode-reader-bundle -E
64+
npm install dynamsoft-barcode-reader-bundle@10.4.2002 -E
6565
```
6666

6767
## Start to implement

hello-world/electron/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ npm init
4747

4848
```cmd
4949
npm install electron --save-dev
50-
npm install dynamsoft-capture-vision-std -E
51-
npm install dynamsoft-image-processing -E
52-
npm install dynamsoft-barcode-reader-bundle -E
50+
npm install dynamsoft-capture-vision-std@1.4.10 -E
51+
npm install dynamsoft-image-processing@2.4.20 -E
52+
npm install dynamsoft-barcode-reader-bundle@10.4.2002 -E
5353
```
5454

5555
## Start to implement

hello-world/next/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Below is the configuration used for this sample.
5959

6060
```cmd
6161
cd my-app
62-
npm install dynamsoft-barcode-reader-bundle -E
62+
npm install dynamsoft-barcode-reader-bundle@10.4.2002 -E
6363
```
6464

6565
## Start to implement

hello-world/nuxt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You will be asked to configure quite a few things for the application during the
4747

4848
```cmd
4949
cd my-app
50-
npm install dynamsoft-barcode-reader-bundle -E
50+
npm install dynamsoft-barcode-reader-bundle@10.4.2002 -E
5151
```
5252

5353
## Start to implement

hello-world/react-hooks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ npx create-react-app my-app --template typescript
4444

4545
```cmd
4646
cd my-app
47-
npm install dynamsoft-barcode-reader-bundle -E
47+
npm install dynamsoft-barcode-reader-bundle@10.4.2002 -E
4848
```
4949

5050
## Start to implement

hello-world/react/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ npx create-react-app my-app --template typescript
4444

4545
```cmd
4646
cd my-app
47-
npm install dynamsoft-barcode-reader-bundle -E
47+
npm install dynamsoft-barcode-reader-bundle@10.4.2002 -E
4848
```
4949

5050
## Start to implement

hello-world/svelte/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ npm create vite@latest my-app
4848

4949
```cmd
5050
cd my-app
51-
npm install dynamsoft-barcode-reader-bundle -E
51+
npm install dynamsoft-barcode-reader-bundle@10.4.2002 -E
5252
```
5353

5454
## Start to implement

hello-world/vue/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Below is the configuration used for this sample.
6060

6161
```cmd
6262
cd vue-project
63-
npm install dynamsoft-barcode-reader-bundle -E
63+
npm install dynamsoft-barcode-reader-bundle@10.4.2002 -E
6464
```
6565

6666
## Start to implement

0 commit comments

Comments
 (0)