Skip to content

Commit c36197a

Browse files
author
Amro Anwer
authored
Merge pull request #19 from Dynamsoft/Justin-patch-update-README
Update README.md
2 parents 1ead37d + 1249f47 commit c36197a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# User Guide for the MRZ Scanner for Web
22

3-
This user guide will walk you through the [Hello World](https://github.com/Dynamsoft/mrz-scanner-javascript/blob/main/README.md) sample app. When creating your own application, we recommend using this sample as a reference.
3+
This user guide will walk you through the [Hello World](https://github.com/Dynamsoft/mrz-scanner-javascript/blob/main/samples/hello-world.html) sample app. When creating your own application, we recommend using this sample as a reference.
44

55
To learn about what an MRZ is, along with the makeup and system requirements of this solution, please visit the [MRZ Introduction](https://www.dynamsoft.com/mrz-scanner/docs/web/introduction/index.html) page on the Dynamsoft website.
66

@@ -87,7 +87,7 @@ Since this is a Hello World implementation, the HTML body will be kept quite sim
8787
8888
<!-- The main DOM element that is required in the `<body>` is a `<div>` element where the MRZ result (or lack thereof) and the original image of the MRZ document will be displayed once the user clicks *Done* in the result view. Feel free to customize the styling of the `<div>` element to your liking. -->
8989
90-
Now let's move to the main script that will define the operation of the
90+
Now let's move to the main script that will define the operation of the MRZ scanning.
9191

9292
### Step 2: Initialize the MRZ Scanner
9393

0 commit comments

Comments
 (0)