Skip to content

Commit cd02e53

Browse files
committed
Add onBegin fn type. Fixes #545
1 parent 618540c commit cd02e53

23 files changed

+20177
-19022
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Typed.js is a library that types. Enter in any string, and watch it type at the
1616
### CDN
1717

1818
```html
19-
<script src="https://unpkg.com/typed.js@2.0.15/dist/typed.umd.js"></script>
19+
<script src="https://unpkg.com/typed.js@2.0.16/dist/typed.umd.js"></script>
2020
```
2121

2222
For use directly in the browser via `<script>` tag:
@@ -26,7 +26,7 @@ For use directly in the browser via `<script>` tag:
2626
<span id="element"></span>
2727

2828
<!-- Load library from the CDN -->
29-
<script src="https://unpkg.com/typed.js@2.0.15/dist/typed.umd.js"></script>
29+
<script src="https://unpkg.com/typed.js@2.0.16/dist/typed.umd.js"></script>
3030

3131
<!-- Setup and start animation! -->
3232
<script>

0 commit comments

Comments
 (0)