Skip to content
11 changes: 1 addition & 10 deletions programming/javascript/migrate-from-v10/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,16 +123,7 @@ Dynamsoft.DCP.CodeParserModule.loadSpec("MRTD_TD2_ID");
Dynamsoft.DCP.CodeParserModule.loadSpec("MRTD");
```

**Self-hosted resource files**: If you host these files yourself, replace the old `.data` & `_Map.text` files with the new `.data` equivalents:

| Old File | New File |
| --- | --- |
| `AADHAAR.json` | `AADHAAR.data` |
| `AAMVA_DL_ID.json` | `AAMVA_DL_ID.data` |
| `GS1_AI.json` | `GS1_AI.data` |
| `MRTD.json` | `MRTD.data` |
| `SOUTH_AFRICA_DL.json` | `SOUTH_AFRICA_DL.data` |
| `VIN.json` | `VIN.data` |
**Self-hosted resource files**: If you host these files yourself, replace the old `.data` & `_Map.text` files with the new `.data` equivalents.

### Upgrade your template

Expand Down
2 changes: 1 addition & 1 deletion programming/javascript/user-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ Besides using the public CDN, you can also download the SDK and host its files o

[Download Dynamsoft Barcode Reader JavaScript Package](https://www.dynamsoft.com/barcode-reader/downloads/?ver=11.4.20&utm_source=guide&product=dbr&package=js)

The resources are located at path `dynamsoft/distributables/<pkg>@<version>`.
The resources are located at path `dynamsoft-barcode-reader-js-{version-number}/dist/`.

- From npm

Expand Down
Loading