Skip to content

Commit 5faf91f

Browse files
committed
Fix unpkg link
1 parent 12ede91 commit 5faf91f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Pressing the up & down keys will now switch between items. When the down key is
2020

2121
```html
2222
<script>
23-
import { arrow_focus } from 'https://unpkg.com/@leanadmin/wire-replace@0.1.0';
23+
import { arrow_focus } from 'https://unpkg.com/@leanadmin/alpine-arrow-focus@0.1.0';
2424
2525
window.arrow_focus = arrow_focus;
2626
</script>

0 commit comments

Comments
 (0)