Skip to content

Commit 0d93550

Browse files
author
Philip Roberts
committed
Fix unpkg url in example
1 parent 6128691 commit 0d93550

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
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<title>combobox-nav demo</title>
66
<!-- <script type="text/javascript" src="../dist/combobox-nav.umd.js"></script> -->
7-
<script type="text/javascript" src="https://unpkg.com/@github/combobox-nav@latest"></script>
7+
<script type="text/javascript" src="https://unpkg.com/@github/combobox-nav@latest/dist/combobox-nav.umd.js"></script>
88
<style>[aria-selected="true"] { font-weight: bold; }</style>
99
</head>
1010
<body>

0 commit comments

Comments
 (0)