Skip to content

Commit 252ba35

Browse files
committed
update readme
1 parent ac301df commit 252ba35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

foundational-api-samples/hello-world/blazor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ Inside the `wwwroot\index.html` file, we will initialize the license and necessa
283283
...
284284
<script src="_framework/blazor.webassembly.js"></script>
285285

286-
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@11.0.3000/dist/dbr.bundle.min.js"></script>
286+
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@11.0.3000/dist/dbr.bundle.js"></script>
287287
<script>
288288
/** LICENSE ALERT - README
289289
* To use the library, you need to first specify a license key using the API "initLicense()" as shown below.

foundational-api-samples/hello-world/pwa/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ We will try to turn our basic "Hello World" sample into a PWA. Follow these step
3737
<br />
3838
Results:
3939
<div id="results" style="width: 100%; height: 10vh; overflow: auto"></div>
40-
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@11.0.3000/dist/dbr.bundle.min.js"></script>
40+
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@11.0.3000/dist/dbr.bundle.js"></script>
4141
<script>
4242
if (location.protocol === "file:") {
4343
const message = `The page is opened via file:// and our SDKs may not work properly. Please open the page via https:// or host it on "http://localhost/".`;

0 commit comments

Comments
 (0)