]> zoso.dev Git - nano-pow.git/commitdiff
Fix CDN link.
authorChris Duncan <chris@zoso.dev>
Sun, 12 Jan 2025 08:04:16 +0000 (00:04 -0800)
committerChris Duncan <chris@zoso.dev>
Sun, 12 Jan 2025 08:04:16 +0000 (00:04 -0800)
test.html

index 6dd409f82c4de04e06675435bbd9cfcebf69c70d..de8bdae9632607b25584343d1799ce1628138973 100644 (file)
--- a/test.html
+++ b/test.html
@@ -9,7 +9,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
        <link rel="icon" href="./favicon.ico">
        <script type="module" src="../dist/global.min.js"></script>
        <!-- Comment out nano-pow from CDN if testing locally -->
-       <!-- <script type="module" src="https://cdn.jsdelivr.net/npm/nano-pow@0.0.1/dist/global.min.js"></script> -->
+       <script type="module" src="https://cdn.jsdelivr.net/npm/nano-pow@1.1.0/dist/global.min.js"></script>
        <script type="module" src="https://cdn.jsdelivr.net/npm/nano-webgl-pow@1.1.1/nano-webgl-pow.js"></script>
        <script type="module">
                const { NanoPowGl, NanoPowGpu } = NanoPow