Skip to content

Commit b38fed6

Browse files
authored
fix: Update local source path
1 parent 7eaba73 commit b38fed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/hello-world.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>Dynamsoft MRZ Scanner - Hello World</title>
77
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/mrz-scanner.bundle.js"></script>
88
<!-- To use locally: -->
9-
<!-- <script src="../../dist/mrz-scanner.bundle.js"></script> -->
9+
<!-- <script src="../dist/mrz-scanner.bundle.js"></script> -->
1010
</head>
1111

1212
<body>

0 commit comments

Comments
 (0)