Skip to content

Commit 4d7e121

Browse files
authored
Update index.md
1 parent b625392 commit 4d7e121

File tree

1 file changed

+1
-1
lines changed
  • programming/javascript/user-guide

1 file changed

+1
-1
lines changed

programming/javascript/user-guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ Besides using the public CDN, you can also download the SDK and host its files o
270270
```
271271
272272
The resources are located at the path `node_modules/<pkg>`, without `@<version>`. You need to copy "dynamsoft-xxx" packages elsewhere and add `@<version>`. The `<version>` can be obtained from `package.json` of each package. One more thing to do is to [specify the engineResourcePaths](#2-optional-specify-the-location-of-the-engine-files) so that the SDK can locate the resources correctly.
273-
> To avoid confusion, we suggest renaming "node_modules" or moving "dynamsoft-" packages elsewhere for self-hosting, as "node_modules" is reserved for Node.js dependencies.
273+
> To avoid confusion, we suggest renaming "node_modules" folder or moving "dynamsoft-" packages to a static folder for self-hosting, as "node_modules" is reserved for Node.js dependencies.
274274
275275
You can typically include SDK like this:
276276

0 commit comments

Comments
 (0)