diff --git a/README.md b/README.md index cd3f92e..beb55e7 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Download the css and js files from `dist` folder or reference them directly from //global registration import 'vue-form-wizard' import 'vue-form-wizard/dist/vue-form-wizard.min.css' -Vue.use(VueTabWizard) +Vue.use(VueFormWizard) //local registration import {FormWizard, TabContent} from 'vue-form-wizard'