Skip to content

Commit

Permalink
Merge pull request #194 from ernes/patch-1
Browse files Browse the repository at this point in the history
Update CDN link in README.md
  • Loading branch information
catdad committed Feb 17, 2023
2 parents 444b5de + cef1fa6 commit 57281ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You can then `require('canvas-confetti');` to use it in your project build. _Not
You can also include this library in your HTML page directly from a CDN:

```html
<script src="https://cdn.jsdelivr.net/npm/canvas-confetti@1.5.1/dist/confetti.browser.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/canvas-confetti@1.6.0/dist/confetti.browser.min.js"></script>
```

_Note: you should use the latest version at the time that you include your project. You can see all versions [on the releases page](https://github.com/catdad/canvas-confetti/releases)._
Expand Down

0 comments on commit 57281ac

Please sign in to comment.