Skip to content

Commit b1e0890

Browse files
committed
fix: dev guide language and missing DCV-data in self hosting copy command
1 parent 802708a commit b1e0890

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guide/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description: Mobile Document Scanner JS Edition User Guide
1414
> [!TIP]
1515
> Read the [Introduction]({{ site.introduction }}index.html) for common use cases, an overview of the SDK architecture, and system requirements.
1616
17-
Dynamsoft's **Mobile Document Scanner JavaScript Edition (MDS)** is a web SDK designed for scanning single-page documents. MDS captures images of the documents and enhances their quality to professional standards, making it an ideal tool for mobile document scanning.
17+
Dynamsoft's **Mobile Document Scanner JavaScript Edition (MDS)** is a web SDK designed for scanning documents. MDS captures images of the documents and enhances their quality to professional standards, making it an ideal tool for mobile document scanning.
1818

1919
> [!NOTE]
2020
> See it in action with the [Mobile Document Scanner Demo](https://demo.dynamsoft.com/document-scanner/).
@@ -216,7 +216,7 @@ Update the `scripts` section in `package.json` to automatically copy resources t
216216
"scripts": {
217217
"serve": "node dev-server/index.js",
218218
"build": "rollup -c && npm run get-libs",
219-
"get-libs": "npm install --no-save dynamsoft-capture-vision-data dynamsoft-capture-vision-bundle && npx mkdirp /dist/libs && npx cpx 'node_modules/dynamsoft-*/**/*' dist/libs/ --dereference,
219+
"get-libs": "npm install --no-save dynamsoft-capture-vision-data dynamsoft-capture-vision-bundle && npx mkdirp /dist/libs && npx cpx 'node_modules/dynamsoft-*/**/*' dist/libs/ --dereference,"
220220
"build:production": "rollup -c --environment BUILD:production"
221221
},
222222
```

0 commit comments

Comments
 (0)