Skip to content

Commit

Permalink
Updated docs to use v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdarrengriffin authored Oct 9, 2023
1 parent c569215 commit d6aa222
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 @@ -32,7 +32,7 @@ <h2>Usage</h2>
<code>&lt;script type=&quot;module&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;import {DSAP} from &quot;https://cdn.jsdelivr.net/gh/mrdarrengriffin/[email protected]/dist/dsap.es.js&quot;;<br>&nbsp;&nbsp;&nbsp;&nbsp;let dsap = new DSAP();<br>&lt;/script&gt;</code>
</div>
<script type="module">
import {DSAP} from "https://cdn.jsdelivr.net/gh/mrdarrengriffin/[email protected].3/dist/dsap.es.js";
import {DSAP} from "https://cdn.jsdelivr.net/gh/mrdarrengriffin/[email protected].4/dist/dsap.es.js";
let dsap = new DSAP();
</script>
</body>
Expand Down

0 comments on commit d6aa222

Please sign in to comment.