Skip to content

Commit f831139

Browse files
authored
Remove installLink from examples page
It was a left over from the API changes where `installLink` was not in the `subscribe` method
1 parent a447563 commit f831139

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
// import {subscribe} from '../dist/index.esm.js'
5555
import {subscribe} from 'https://unpkg.com/@github/paste-markdown/dist/index.esm.js'
5656
subscribe(document.querySelector('textarea'))
57-
installLink(document.querySelector('textarea'))
5857
</script>
5958
</body>
6059
</html>

0 commit comments

Comments
 (0)