Skip to content

Commit

Permalink
MOD: Change docs script
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdarrengriffin authored Nov 8, 2023
1 parent 5b62636 commit 3f4062c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h2>Get started</h2>
</div>
</div>
<script type="module">
import { DSAP } from "../dist/dsap.es.js";
import { DSAP } from "https://cdn.jsdelivr.net/gh/mrdarrengriffin/[email protected]/dist/dsap.es.js";
let dsap = new DSAP();
</script>
</body>
Expand Down

0 comments on commit 3f4062c

Please sign in to comment.