Skip to content

Commit 17e8281

Browse files
authored
Merge pull request #3 from github/fix-example
Fix unpkg url in example
2 parents 6128691 + 0d93550 commit 17e8281

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)