Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpfs committed Feb 27, 2017
1 parent ae81f0c commit 8ce6adf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 16 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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

```
Expand Down
6 changes: 5 additions & 1 deletion doc/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

***
<!-- @toc -->
***

<? @include {=readme} introduction.md install.md usage.md ?>
<? @include {=readme} install.md usage.md ?>

<? @source {javascript} usage.js ?>

Expand Down
7 changes: 0 additions & 7 deletions doc/readme/introduction.md

This file was deleted.

0 comments on commit 8ce6adf

Please sign in to comment.