Skip to content

Commit

Permalink
fix: package reference
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie authored Nov 6, 2024
1 parent 9cc5b5f commit 67b3d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<script>
const script = document.createElement('script')
if (window.location.hostname.endsWith('github.io') || window.location.hostname.endsWith('github.com')) {
script.src = "https://unpkg.com/example-element@latest/dist/index.js"
script.src = "https://unpkg.com/@htmx/htmx-toasts@latest/dist/index.js"
} else {
script.src = "../dist/index.js"
}
Expand Down

0 comments on commit 67b3d1e

Please sign in to comment.