Skip to content

Commit 4beada6

Browse files
committed
fix: hello-world path for mrz-scanner.bundle.js
1 parent d99e995 commit 4beada6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

samples/hello-world.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Dynamsoft MRZ Scanner - Hello World</title>
7-
<script src="../../dist/mrz-scanner.bundle.js"></script>
6+
<title>Dynamsoft MRZ Scanner - Hello World</title>
7+
<script src="../dist/mrz-scanner.bundle.js"></script>
88
<!-- To use via the CDN: -->
99
<!-- <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/mrz-scanner.bundle.js"></script> -->
10-
11-
1210
</head>
1311

1412
<body>

0 commit comments

Comments
 (0)