We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a2fad6 commit afca6bfCopy full SHA for afca6bf
README.md
@@ -51,7 +51,7 @@ You may now use the component in your markup
51
Just include `vue` & `vue-select.js` - I recommend using [unpkg](https://unpkg.com/#/).
52
53
```html
54
-<script scr="https://unpkg.com/vue@latest"></script>
+<script src="https://unpkg.com/vue@latest"></script>
55
<!-- use the latest release -->
56
<script src="https://unpkg.com/vue-select@latest"></script>
57
<!-- or point to a specific release -->
0 commit comments