Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorm committed Oct 24, 2024
1 parent 1b56773 commit bf38e06
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,12 @@ import * as OTPAuth from "otpauth";
### [Browsers (UMD)](https://www.jsdelivr.com/package/npm/otpauth)

```html
<script src="https://cdn.jsdelivr.net/npm/otpauth@%VERSION%/dist/otpauth.umd.min.js" integrity="%HASH%" crossorigin="anonymous"></script>
<script
src="https://cdn.jsdelivr.net/npm/otpauth@%VERSION%/dist/otpauth.umd.min.js"
integrity="%HASH%"
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<script>
// Same as above.
</script>
Expand Down

0 comments on commit bf38e06

Please sign in to comment.