Skip to content

Commit 8ce6adf

Browse files
committed
Update readme.
1 parent ae81f0c commit 8ce6adf

File tree

3 files changed

+9
-16
lines changed

3 files changed

+9
-16
lines changed

Diff for: README.md

+4-8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
[![npm version](http://img.shields.io/npm/v/async-validate.svg)](https://npmjs.org/package/async-validate)
55
[![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)
66

7+
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.
8+
9+
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).
10+
711
---
812

913
- [Async Validate](#async-validate)
@@ -32,14 +36,6 @@
3236

3337
---
3438

35-
[![Build Status](https://travis-ci.org/tmpfs/async-validate.svg)](https://travis-ci.org/tmpfs/async-validate)
36-
[![npm version](http://img.shields.io/npm/v/async-validate.svg)](https://npmjs.org/package/async-validate)
37-
[![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)
38-
39-
Asynchronous validation for [node](http://nodejs.org) and the browser.
40-
41-
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).
42-
4339
## Install
4440

4541
```

Diff for: doc/readme.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@
44
[![npm version](http://img.shields.io/npm/v/async-validate.svg)](https://npmjs.org/package/async-validate)
55
[![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)
66

7+
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.
8+
9+
Examples are in [EXAMPLE](/EXAMPLE.md) and the [example directory](/doc/example).
10+
711
***
812
<!-- @toc -->
913
***
1014

11-
<? @include {=readme} introduction.md install.md usage.md ?>
15+
<? @include {=readme} install.md usage.md ?>
1216

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

Diff for: doc/readme/introduction.md

-7
This file was deleted.

0 commit comments

Comments
 (0)