Skip to content

Commit 7d1f5e7

Browse files
committed
Updated
1 parent 8767982 commit 7d1f5e7

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,14 @@ This project demonstrates how to utilize the Dynamsoft Capture Vision SDK for de
2727
[Try the Demo](https://yushulx.me/angular-barcode-qr-code-scanner/)
2828

2929

30-
## Usage
31-
1. **Set the License Key**: Update the `products.ts` file with your license key.
32-
33-
```typescript
34-
LicenseManager.initLicense('LICENSE-KEY', true);
35-
```
36-
37-
2. **Install dependencies**:
30+
## Usage
31+
1. **Install dependencies**:
3832

3933
```bash
4034
npm install
4135
```
4236

43-
3. **Run the Application**:
37+
2. **Run the Application**:
4438

4539
```bash
4640
ng serve --ssl

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@
4545
"karma-jasmine-html-reporter": "~1.7.0",
4646
"typescript": "~4.6.2"
4747
}
48-
}
48+
}

0 commit comments

Comments
 (0)