We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e77bd5f commit 96a6015Copy full SHA for 96a6015
1 file changed
examples/index.html
@@ -126,8 +126,8 @@
126
<button type="submit">Save</button>
127
</form>
128
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> -->
+ <!-- <script type="module" src="./dist/bundle.js"></script> -->
+ <script type="module" src="https://unpkg.com/@github/auto-complete-element@latest/dist/bundle.js"></script>
131
</body>
132
</html>
133
0 commit comments