Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit 211dba4

Browse files
4.0.2
1 parent 54d1502 commit 211dba4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ The simplest way to include the SDK is to use a CDN such as [jsDelivr](https://j
4545
- jsDelivr
4646

4747
```html
48-
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-core@3.2.10/dist/js"></script>
48+
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-core@3.2.10/dist/core.js"></script>
4949
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-license@3.2.10/dist/license.js"></script>
5050
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-camera-enhancer@4.0.2/dist/dce.js"></script>
5151
```
5252

5353
- UNPKG
5454

5555
```html
56-
<script src="https://unpkg.com/dynamsoft-core@3.2.10/dist/js"></script>
56+
<script src="https://unpkg.com/dynamsoft-core@3.2.10/dist/core.js"></script>
5757
<script src="https://unpkg.com/dynamsoft-license@3.2.10/dist/license.js"></script>
5858
<script src="https://unpkg.com/dynamsoft-camera-enhancer@4.0.2/dist/dce.js"></script>
5959
```
@@ -90,14 +90,14 @@ The following shows a few ways to download the SDK.
9090
Depending on how you downloaded the SDK and where you put it. You can typically include it like this:
9191

9292
```html
93-
<script src="./dynamsoft-camera-enhancer-js-4.0.2/dynamsoft/distributables/dynamsoft-core@3.2.10/dist/js"></script>
93+
<script src="./dynamsoft-camera-enhancer-js-4.0.2/dynamsoft/distributables/dynamsoft-core@3.2.10/dist/core.js"></script>
9494
<script src="./dynamsoft-camera-enhancer-js-4.0.2/dynamsoft/distributables/dynamsoft-camera-enhancer@4.0.2/dist/dce.js"></script>
9595
```
9696

9797
or
9898

9999
```html
100-
<script src="./node_modules/dynamsoft-core/dist/js"></script>
100+
<script src="./node_modules/dynamsoft-core/dist/core.js"></script>
101101
<script src="./node_modules/dynamsoft-camera-enhancer/dist/dce.js"></script>
102102
```
103103

0 commit comments

Comments
 (0)