Skip to content

Commit 186b873

Browse files
committed
fix: add trial license explicitly
1 parent 2e84bfe commit 186b873

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hello-world/blazor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ Inside the `wwwroot\index.html` file, we will initialize the license and necessa
274274
* To use the library, you need to first specify a license key using the API "initLicense()" as shown below.
275275
*/
276276
277-
Dynamsoft.License.LicenseManager.initLicense("");
277+
Dynamsoft.License.LicenseManager.initLicense("DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9");
278278
279279
/**
280280
* You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=github&product=dbr&package=js to get your own trial license good for 30 days.

hello-world/blazor/hello-world-blazor/BlazorApp1/wwwroot/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* To use the library, you need to first specify a license key using the API "initLicense()" as shown below.
3535
*/
3636

37-
Dynamsoft.License.LicenseManager.initLicense("");
37+
Dynamsoft.License.LicenseManager.initLicense("DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9");
3838

3939
/**
4040
* You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=github&product=dbr&package=js to get your own trial license good for 30 days.

0 commit comments

Comments
 (0)