Skip to content

Commit 96a6015

Browse files
uncomment script
1 parent e77bd5f commit 96a6015

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@
126126
<button type="submit">Save</button>
127127
</form>
128128

129-
<script type="module" src="./dist/bundle.js"></script>
130-
<!-- <script type="module" src="https://unpkg.com/@github/auto-complete-element@latest/dist/bundle.js"></script> -->
129+
<!-- <script type="module" src="./dist/bundle.js"></script> -->
130+
<script type="module" src="https://unpkg.com/@github/auto-complete-element@latest/dist/bundle.js"></script>
131131
</body>
132132
</html>
133133

0 commit comments

Comments
 (0)