Skip to content

Commit 1a3bf6b

Browse files
authored
Merge pull request #83 from dynamsoft-docs/a362758199-patch-1
Update js code snippet in index.md
2 parents 98d417d + 85c16ee commit 1a3bf6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

license-activation/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The following code snippets are using the public trial license to initialize the
3232
>
3333
>1.
3434
```javascript
35-
Dynamsoft.DDN.DocumentNormalizer.license = "DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9";
35+
Dynamsoft.License.LicenseManager.initLicense("DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9");
3636
```
3737
2.
3838
```java

0 commit comments

Comments
 (0)