Skip to content

Commit

Permalink
Add onBegin fn type. Fixes #545
Browse files Browse the repository at this point in the history
  • Loading branch information
mattboldt committed Apr 30, 2023
1 parent 618540c commit cd02e53
Show file tree
Hide file tree
Showing 23 changed files with 20,177 additions and 19,022 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Typed.js is a library that types. Enter in any string, and watch it type at the
### CDN

```html
<script src="https://unpkg.com/[email protected].15/dist/typed.umd.js"></script>
<script src="https://unpkg.com/[email protected].16/dist/typed.umd.js"></script>
```

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

<!-- Load library from the CDN -->
<script src="https://unpkg.com/[email protected].15/dist/typed.umd.js"></script>
<script src="https://unpkg.com/[email protected].16/dist/typed.umd.js"></script>

<!-- Setup and start animation! -->
<script>
Expand Down
Loading

0 comments on commit cd02e53

Please sign in to comment.