Skip to content

Commit

Permalink
chore: update example
Browse files Browse the repository at this point in the history
  • Loading branch information
microshine committed May 13, 2022
1 parent eb8d064 commit dfa4d3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/html/index.html
Expand Up @@ -4,7 +4,8 @@
<head>
<meta charset="UTF-8">
<title>WebCrypto Liner</title>
<script src="../../node_modules/@babel/polyfill/dist/polyfill.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/7.7.0/polyfill.min.js"></script>
<script src="../src/elliptic.min.js"></script>
<script src="../../build/webcrypto-liner.shim.js"></script>
</head>

Expand Down

0 comments on commit dfa4d3e

Please sign in to comment.