Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b251ae2

Browse files
committedApr 24, 2025·
Update hello-world.html
1 parent 6a7bb3e commit b251ae2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎foundational-api-samples/hello-world/hello-world.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ <h1>Hello World (Decode via Camera)</h1>
1818
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@10.5.3000/dist/dbr.bundle.js"></script>
1919
<!-- If the network is unstable or you prefer to self-host the SDK, uncomment the line below to load it locally -->
2020
<!-- <script src="../../../distributables/dbr.bundle.js"></script> -->
21-
22-
<script src="."></script>
21+
2322
<script>
2423
/** LICENSE ALERT - README
2524
* To use the library, you need to first specify a license key using the API "initLicense()" as shown below.

0 commit comments

Comments
 (0)
Please sign in to comment.