diff --git a/README.md b/README.md index d6e8606..7cb785d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ [![npm version](http://img.shields.io/npm/v/async-validate.svg)](https://npmjs.org/package/async-validate) [![Coverage Status](https://coveralls.io/repos/tmpfs/async-validate/badge.svg?branch=master&service=github&v=1)](https://coveralls.io/github/tmpfs/async-validate?branch=master) +Asynchronous validation for [node](http://nodejs.org) and the browser. It has minimal dependencies and uses a plugin architecture so you only need to include the plugins for types you want to validate and can easily create your own validation plugins. + +Examples are in [EXAMPLE](https://github.com/tmpfs/async-validate/blob/master/EXAMPLE.md) and the [example directory](https://github.com/tmpfs/async-validate/blob/master/doc/example). + --- - [Async Validate](#async-validate) @@ -32,14 +36,6 @@ --- -[![Build Status](https://travis-ci.org/tmpfs/async-validate.svg)](https://travis-ci.org/tmpfs/async-validate) -[![npm version](http://img.shields.io/npm/v/async-validate.svg)](https://npmjs.org/package/async-validate) -[![Coverage Status](https://coveralls.io/repos/tmpfs/async-validate/badge.svg?branch=master&service=github&v=1)](https://coveralls.io/github/tmpfs/async-validate?branch=master) - -Asynchronous validation for [node](http://nodejs.org) and the browser. - -Examples are in [EXAMPLE](https://github.com/tmpfs/async-validate/blob/master/EXAMPLE.md) and the [example directory](https://github.com/tmpfs/async-validate/blob/master/doc/example). - ## Install ``` diff --git a/doc/readme.md b/doc/readme.md index 44d0ec1..aebf6cb 100644 --- a/doc/readme.md +++ b/doc/readme.md @@ -4,11 +4,15 @@ [![npm version](http://img.shields.io/npm/v/async-validate.svg)](https://npmjs.org/package/async-validate) [![Coverage Status](https://coveralls.io/repos/tmpfs/async-validate/badge.svg?branch=master&service=github&v=1)](https://coveralls.io/github/tmpfs/async-validate?branch=master) +Asynchronous validation for [node](http://nodejs.org) and the browser. It has minimal dependencies and uses a plugin architecture so you only need to include the plugins for types you want to validate and can easily create your own validation plugins. + +Examples are in [EXAMPLE](/EXAMPLE.md) and the [example directory](/doc/example). + *** *** - + diff --git a/doc/readme/introduction.md b/doc/readme/introduction.md deleted file mode 100644 index cb0dbee..0000000 --- a/doc/readme/introduction.md +++ /dev/null @@ -1,7 +0,0 @@ -[![Build Status](https://travis-ci.org/tmpfs/async-validate.svg)](https://travis-ci.org/tmpfs/async-validate) -[![npm version](http://img.shields.io/npm/v/async-validate.svg)](https://npmjs.org/package/async-validate) -[![Coverage Status](https://coveralls.io/repos/tmpfs/async-validate/badge.svg?branch=master&service=github&v=1)](https://coveralls.io/github/tmpfs/async-validate?branch=master) - -Asynchronous validation for [node](http://nodejs.org) and the browser. - -Examples are in [EXAMPLE](/EXAMPLE.md) and the [example directory](/doc/example).