Skip to content

Commit afca6bf

Browse files
author
Jeff
committed
fixes sagalbot#286
1 parent 7a2fad6 commit afca6bf

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
@@ -51,7 +51,7 @@ You may now use the component in your markup
5151
Just include `vue` & `vue-select.js` - I recommend using [unpkg](https://unpkg.com/#/).
5252

5353
```html
54-
<script scr="https://unpkg.com/vue@latest"></script>
54+
<script src="https://unpkg.com/vue@latest"></script>
5555
<!-- use the latest release -->
5656
<script src="https://unpkg.com/vue-select@latest"></script>
5757
<!-- or point to a specific release -->

0 commit comments

Comments
 (0)