diff --git a/README.md b/README.md index 687bd4b..14d0419 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # vuito -Simple, lightweight, isomorphic, template-based validation library. +Simple, lightweight, isomorphic, and template-based validation library. [![](https://badgen.net/bundlephobia/tree-shaking/vuito)](https://bundlephobia.com/result?p=vuito) ![](https://badgen.net/bundlephobia/dependency-count/vuito) [![](https://badgen.net/bundlephobia/minzip/vuito)](https://bundlephobia.com/result?p=vuito) [![Maintainability](https://api.codeclimate.com/v1/badges/42b1117477140c6613bb/maintainability)](https://codeclimate.com/github/mathix420/vuito/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/42b1117477140c6613bb/test_coverage)](https://codeclimate.com/github/mathix420/vuito/test_coverage) diff --git a/package.json b/package.json index b3a12c0..878ff26 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vuito", "version": "1.1.4", - "description": "Simple, lightweight, isomorphic, template-based validation library.", + "description": "Simple, lightweight, isomorphic, and template-based validation library.", "main": "vuito.cjs.js", "module": "vuito.esm.js", "types": "vuito.d.ts",