Update README.md

This commit is contained in:
Tobe O 2017-01-31 07:22:45 -05:00 committed by GitHub
parent 1104cd7a82
commit 174e8b75b8

View file

@ -1,9 +1,7 @@
# validate
[![version 1.0.0](https://img.shields.io/badge/pub-v1.0.0-red.svg)](https://pub.dartlang.org/packages/angel_validate)
[![version 1.0.0](https://img.shields.io/badge/pub-v1.0.0-green.svg)](https://pub.dartlang.org/packages/angel_validate)
[![build status](https://travis-ci.org/angel-dart/validate.svg)](https://travis-ci.org/angel-dart/validate)
(Still missing several tests)
[Live Example](https://angel-dart.github.io/validate)
Validation library based on the `matcher` library, with Angel support.
@ -305,4 +303,4 @@ main() async {
await app.startServer();
}
```
```