Fixes small typos in the readme
This commit is contained in:
parent
fd84e436d4
commit
2254967604
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
### What is it?
|
### What is it?
|
||||||
|
|
||||||
Vue Formulate is a (Vue)[https://vuejs.org/] plugin that exposes an elegant
|
Vue Formulate is a [Vue](https://vuejs.org/) plugin that exposes an elegant
|
||||||
mechanism for building and validating forms with a centralized data store.
|
mechanism for building and validating forms with a centralized data store.
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
@ -17,8 +17,8 @@ npm install vue-formulate
|
|||||||
Install `vue-formulate` like any other vue plugin:
|
Install `vue-formulate` like any other vue plugin:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
import Vue from 'vue
|
import Vue from 'vue'
|
||||||
import formulate from 'vue-formulate;
|
import formulate from 'vue-formulate
|
||||||
|
|
||||||
Vue.use(formulate)
|
Vue.use(formulate)
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user