Skip to content

Commit

Permalink
Fix mistake in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
papb committed May 31, 2021
1 parent 55a09a2 commit a2ff2eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ $ npm install @papb/json-excel

#### Modern build (ESM)

```html
<script src="https://cdn.jsdelivr.net/npm/@papb/json-excel@2.0.1/dist/browser/json-excel.min.modern.js" type="module" integrity="sha512-KN1VrgeqVNeOLd31soYodY38Na/Yw7WwQ3M73sFEGP20fd2vCw0BiPq4yfQTmYABoLFLeSl/hA0z/V0Zm2M/3A==" crossorigin="anonymous"></script>
```

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).

Expand Down

0 comments on commit a2ff2eb

Please sign in to comment.