Skip to content

Commit 65db5b0

Browse files
committed
Update README.md
1 parent d91bd61 commit 65db5b0

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ _skbuild
22
/build
33
dist
44
/examples/official/9.x/zxing_zbar/__pycache__/*.pyc
5+
/examples/official/9.x/jupyter_notebook/.ipynb_checkpoints

examples/official/9.x/nonstandard_1D_barcode/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This sample demonstrates how to use the [Dynamsoft Barcode Reader SDK](https://w
55
Python 3.x
66

77
## Prerequisites
8-
- Obtain a [Dynamsoft Barcode Reader trial license](ttps://www.dynamsoft.com/customer/license/trialLicense)
8+
- Obtain a [Dynamsoft Barcode Reader trial license](https://www.dynamsoft.com/customer/license/trialLicense/?product=dbr)
99
- Install the Dynamsoft Barcode Reader SDK for Python:
1010

1111
```bash

examples/official/9.x/zxing_zbar/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pip install -r requirements.txt
1414

1515

1616
## Usage
17-
1. Obtain a [Dynamsoft Barcode Reader trial license](ttps://www.dynamsoft.com/customer/license/trialLicense) and update the code with the license key in `app.py`.
17+
1. Obtain a [Dynamsoft Barcode Reader trial license](https://www.dynamsoft.com/customer/license/trialLicense/?product=dbr) and update the code with the license key in `app.py`.
1818

1919
```python
2020
BarcodeReader.init_license('LICENSE-KEY')

0 commit comments

Comments
 (0)