Skip to content

Commit

Permalink
update to mobile-web-capture 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellie-dynamsoft committed Jan 16, 2024
1 parent 6969393 commit 41f49bf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Featured Products:
The following code snippet is using the public trial license to initialize the license. You can replace the public trial license with your own license key.

```typescript
Dynamsoft.License.LicenseManager.initLicense("DLS2eyJoYW5kc2hha2VDb2RlIjoiMjAwMDAxLTEwMjQ5NjE5NyJ9"); // Replase license here
await Dynamsoft.License.LicenseManager.initLicense("DLS2eyJoYW5kc2hha2VDb2RlIjoiMjAwMDAxLTEwMjQ5NjE5NyJ9", true);// Replase license here
```

## System Requirements
Expand All @@ -61,12 +61,12 @@ Mobile Web Capture requires the following features to work:

The following table is a list of supported browsers based on the above requirements:

| Browser Name | Version |
| :----------: | :------------------------------: |
| Chrome | v78+ |
| Firefox | v79+ |
| Safari | v15+ |
| Edge | v92+ |
| Browser Name | Version |
| :----------: | :------------------------------: |
| Chrome | v78+ |
| Firefox | v79+ |
| Safari | v15+ |
| Edge | v92+ |

Apart from the browsers, the operating systems may impose some limitations of their own that could restrict the use of the SDKs.

Expand Down

0 comments on commit 41f49bf

Please sign in to comment.