Skip to content

Commit

Permalink
updated CDN link
Browse files Browse the repository at this point in the history
  • Loading branch information
ffd8 committed Mar 25, 2021
1 parent b7c9b78 commit 2cbca4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ Here are a few examples to get you going:
Download [`p5.glitch.js`](p5.glitch.js) and include with your p5.js sketch's index.html file.
Optionally clone/download the [GitHub Repo](https://github.com/ffd8/p5.glitch).

Load remotely via [jsdelivr CDN](https://cdn.jsdelivr.net/npm/p5.glitch@0.1.2/p5.glitch.js):
Load remotely via [jsdelivr CDN](https://cdn.jsdelivr.net/npm/p5.glitch@latest/p5.glitch.js):

```javascript
<script src="https://cdn.jsdelivr.net/npm/p5.glitch@0.1.2/p5.glitch.js
<script src="https://cdn.jsdelivr.net/npm/p5.glitch@latest/p5.glitch.js
"></script>
```

Expand Down

0 comments on commit 2cbca4b

Please sign in to comment.