1
0
mirror of synced 2024-11-22 05:16:05 +03:00

Fixes small typos in the readme

This commit is contained in:
Justin Schroeder 2018-01-31 17:23:24 -05:00
parent fd84e436d4
commit 2254967604

View File

@ -3,7 +3,7 @@
### 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.
### Installation
@ -17,8 +17,8 @@ npm install vue-formulate
Install `vue-formulate` like any other vue plugin:
```js
import Vue from 'vue
import formulate from 'vue-formulate;
import Vue from 'vue'
import formulate from 'vue-formulate
Vue.use(formulate)
```