Skip to content

Commit

Permalink
Updated trial license links
Browse files Browse the repository at this point in the history
  • Loading branch information
yushulx committed Jul 25, 2024
1 parent 97edc19 commit 7993d6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ https://github.com/user-attachments/assets/17cf6449-f1b6-4644-89fc-d3f5f05009f9


## Usage
1. **Obtain a License**: Get a [30-day free trial license](https://www.dynamsoft.com/customer/license/trialLicense?product=dbr) for Dynamsoft Barcode SDK and update the license key in `products.ts` file.
1. Set the license key in `products.ts` file.

```typescript
LicenseManager.initLicense('LICENSE-KEY', true);
Expand Down
2 changes: 1 addition & 1 deletion src/app/product-list/product-list.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export class ProductListComponent {
};

try {
// Visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=github&product=dbr to get a trial license.
// Visit https://www.dynamsoft.com/customer/license/trialLicense to get a trial license for capture vision suite.
let licenseKey: string = this.inputText === '' ? this.placeholderText : this.inputText;
await LicenseManager.initLicense(licenseKey, true);

Expand Down

0 comments on commit 7993d6f

Please sign in to comment.