diff --git a/README.md b/README.md index 56ff515..4627661 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Register the component ```js import Vue from 'vue' import vSelect from 'vue-select' -Vue.component(vSelect) +Vue.component('v-select', vSelect) ``` You may now use the component in your markup