Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed May 10, 2016
1 parent 059cde5 commit 03d9d1b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
```
Expand Down Expand Up @@ -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).

Expand Down

0 comments on commit 03d9d1b

Please sign in to comment.