Skip to content

Commit a2ff2eb

Browse files
committed
Fix mistake in readme
1 parent 55a09a2 commit a2ff2eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: readme.md

+2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ $ npm install @papb/json-excel
3131

3232
#### Modern build (ESM)
3333

34+
```html
3435
<script src="https://cdn.jsdelivr.net/npm/@papb/[email protected]/dist/browser/json-excel.min.modern.js" type="module" integrity="sha512-KN1VrgeqVNeOLd31soYodY38Na/Yw7WwQ3M73sFEGP20fd2vCw0BiPq4yfQTmYABoLFLeSl/hA0z/V0Zm2M/3A==" crossorigin="anonymous"></script>
36+
```
3537

3638
Note: you could omit this `<script>` declaration for ESM and just import the URL directly, [but you would miss the security given by Sub-Resource Integrity](https://stackoverflow.com/a/59853202/4135063).
3739

0 commit comments

Comments
 (0)