Skip to content

Commit 03d9d1b

Browse files
committed
Update README.md
1 parent 059cde5 commit 03d9d1b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A schema-based form generator component for Vue.js
1515
## Features
1616
- multiple objects editing
1717
- 18 built-in field types
18-
- built-in validations
18+
- built-in validators
1919
- Bootstrap friendly templates
2020
- ...etc
2121

@@ -32,7 +32,7 @@ A schema-based form generator component for Vue.js
3232

3333
## Installation
3434
### NPM
35-
Installation uses the [npm](http://npmjs.org/) package manager. Just type the following command after installing npm.
35+
You can install it via [NPM](http://npmjs.org/).
3636
```
3737
$ npm install vue-form-generator
3838
```
@@ -166,6 +166,9 @@ npm run test
166166
* [x] Unit tests, coverage and CI
167167
* [ ] try [joi](https://www.npmjs.com/package/joi) for validation
168168

169+
## Contribution
170+
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.
171+
169172
## License
170173
vue-form-generator is available under the [MIT license](https://tldrlegal.com/license/mit-license).
171174

0 commit comments

Comments
 (0)