Skip to content

Commit 0235869

Browse files
committed
Load published module file in example
1 parent c72ac7b commit 0235869

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
@@ -42,6 +42,6 @@
4242
<!-- <script type="module" src="../dist/index.js"></script> -->
4343

4444
<!-- GitHub Pages demo script -->
45-
<script src="https://unpkg.com/@github/remote-input-element@latest/dist/index.umd.js"></script>
45+
<script type="module" src="https://unpkg.com/@github/remote-input-element@latest/dist/index.js"></script>
4646
</body>
4747
</html>

0 commit comments

Comments
 (0)