Skip to content

Commit

Permalink
Update hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
ggorlen committed Jun 9, 2023
1 parent 01dffaa commit 093ca41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Simple binary tree visualizer
<body>

<!-- always use a specific commit hash -->
<script src="https://cdn.jsdelivr.net/gh/ggorlen/prettybt@8ad0935/js/pbt.js"></script>
<script src="https://cdn.jsdelivr.net/gh/ggorlen/prettybt@01dffaa/js/pbt.js"></script>
<script>
var canvas = document.createElement("canvas");
Expand All @@ -35,7 +35,7 @@ PrettyBT.drawBinaryTree(canvas, tree, {size: 17});
<body>

<script src="https://cdn.jsdelivr.net/gh/gliffy/canvas2svg@eaab317/canvas2svg.js"></script>
<script src="https://cdn.jsdelivr.net/gh/ggorlen/prettybt@4c885c6/js/pbt.js"></script>
<script src="https://cdn.jsdelivr.net/gh/ggorlen/prettybt@01dffaa/js/pbt.js"></script>
<script>
var tree = PrettyBT.randomTree();
Expand Down

0 comments on commit 093ca41

Please sign in to comment.