Skip to content

Commit 9a91293

Browse files
committed
fix: hello-world path for mrz-scanner.bundle.js
1 parent 0c90e58 commit 9a91293

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

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/dynamsoft-mrz-scanner@2.0.0/dist/mrz-scanner.bundle.js"></script> -->
10-
11-
1210
</head>
1311

1412
<body>

0 commit comments

Comments
 (0)