Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Milchreis/p5.tween
Browse files Browse the repository at this point in the history
  • Loading branch information
Milchreis committed Feb 10, 2023
2 parents 7519966 + dc07ae6 commit fb522e3
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 @@ -14,7 +14,7 @@
1. Add p5.tween.min.js to your sketch **after p5.js**
```html
<script src="p5.min.js"></script>
<script src="https://unpkg.com/p5.tween@1.0.0/dist/p5.tween.min.js"></script>
<script src="https://unpkg.com/p5.tween/dist/p5.tween.min.js"></script>
```
2. Add a tween to your sketch
```js
Expand Down

0 comments on commit fb522e3

Please sign in to comment.