Skip to content

Commit 8caa3c2

Browse files
Merge pull request #27 from Justin-dynamsoft/patch-1
Update README.md
2 parents 6dbc6ef + 5501c36 commit 8caa3c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Below is the complete Hello World sample page that uses the precompiled script s
7373
});
7474
(async () => {
7575
// Launch the scanner and wait for the result
76-
const result = await mrzScanner.launch({});
76+
const result = await mrzScanner.launch();
7777
})();
7878
</script>
7979
</body>
@@ -173,7 +173,7 @@ Above you will see the **simplest** way that you can initialize the MRZ Scanner.
173173
```js
174174
(async () => {
175175
// Launch the scanner and wait for the result
176-
const result = await mrzscanner.launch({});
176+
const result = await mrzscanner.launch();
177177
console.log(result);
178178
})();
179179
```

0 commit comments

Comments
 (0)