From 2254967604be3f4a028573b84d9391f1801a47e8 Mon Sep 17 00:00:00 2001 From: Justin Schroeder Date: Wed, 31 Jan 2018 17:23:24 -0500 Subject: [PATCH] Fixes small typos in the readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 09a8da7..c39b80b 100644 --- a/README.md +++ b/README.md @@ -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) ```