Skip to content

Commit

Permalink
Fixed example to pull from jsdelivr
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzc0re committed Oct 27, 2023
1 parent bb255a5 commit b3e8840
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/browser/index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<!DOCTYPE html>
<html>
<body>
<!-- <script src="https://cdn.jsdelivr.net/npm/@deliberative/crypto@latest/lib/index.min.js"></script> -->
<script src="../../lib/index.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@deliberative/crypto@latest/lib/index.min.js"></script>
<script type="text/javascript">
const uint8ToHex = (array) => {
return array.reduce(
Expand Down

0 comments on commit b3e8840

Please sign in to comment.