From 03d9d1bdcb21c52c652238b5246033506498745f Mon Sep 17 00:00:00 2001 From: Icebob Date: Tue, 10 May 2016 09:43:03 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 13e5a970..6e5c4f8c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ A schema-based form generator component for Vue.js ## Features - multiple objects editing - 18 built-in field types -- built-in validations +- built-in validators - Bootstrap friendly templates - ...etc @@ -32,7 +32,7 @@ A schema-based form generator component for Vue.js ## Installation ### NPM -Installation uses the [npm](http://npmjs.org/) package manager. Just type the following command after installing npm. +You can install it via [NPM](http://npmjs.org/). ``` $ npm install vue-form-generator ``` @@ -166,6 +166,9 @@ npm run test * [x] Unit tests, coverage and CI * [ ] try [joi](https://www.npmjs.com/package/joi) for validation +## Contribution +Please send pull requests improving the usage and fixing bugs, improving documentation and providing better examples, or providing some testing, because these things are important. + ## License vue-form-generator is available under the [MIT license](https://tldrlegal.com/license/mit-license).