Skip to content

Commit 2579a1e

Browse files
authored
fix unpkg link
1 parent f5414b7 commit 2579a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</typing-effect>
1212

1313
<script type="module">
14-
import 'https://unpkg.com/@github/typing-effect@latest/dist/index.js'
14+
import 'https://unpkg.com/@github/typing-effect-element@latest/dist/index.js'
1515
//import '../dist/index.js'
1616
</script>
1717
</body>

0 commit comments

Comments
 (0)