Skip to content

Commit

Permalink
index.html: fix script import error
Browse files Browse the repository at this point in the history
  • Loading branch information
ColonelParrot committed Apr 15, 2023
1 parent 61bc973 commit d8fbf94
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 @@ -92,7 +92,7 @@ <h1>Usage</h1>
};</code></pre>
It's that easy! Come check out the <a href="https://github.com/ColonelParrot/jscanify/wiki" target="_blank">documentation</a>!
</div>
<script src="../src/jscanify.js"></script>
<script src="https://cdn.jsdelivr.net/gh/ColonelParrot/jscanify@latest/src/jscanify.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="script.js"></script>

Expand Down

0 comments on commit d8fbf94

Please sign in to comment.