Skip to content

Commit

Permalink
migrate cdn example from unpkg to jsdeliver
Browse files Browse the repository at this point in the history
  • Loading branch information
jbakse committed Jan 13, 2022
1 parent 595c033 commit 0fd8229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/examples/hello_cdn/index.html
Expand Up @@ -9,9 +9,9 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.0.0/p5.min.js"></script>

<!-- Using the latest version -->
<script src="https://unpkg.com/p5.party@latest/dist/p5.party.js"></script>
<script src="https://cdn.jsdelivr.net/npm/p5.party@latest/dist/p5.party.js"></script>
<!-- Using a specific version -->
<!-- <script src="https://unpkg.com/p5.party@0.3.1/dist/p5.party.js"></script> -->
<!-- <script src="https://cdn.jsdelivr.net/npm/p5.party@0.6.0/dist/p5.party.js"></script> -->

<script src="index.js"></script>
</body>
Expand Down

0 comments on commit 0fd8229

Please sign in to comment.