Skip to content

Commit 0be2e3a

Browse files
committed
shields.io for badges
1 parent 5e985f4 commit 0be2e3a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# React Form Validation
22

3-
[![Build Status](https://travis-ci.org/tswaters/react-form-validation.svg?branch=master)](https://travis-ci.org/tswaters/react-form-validation)
4-
[![Coverage Status](https://coveralls.io/repos/github/tswaters/react-form-validation/badge.svg?branch=master)](https://coveralls.io/github/tswaters/react-form-validation?branch=master)
3+
[![npm version]](https://img.shields.io/npm/v/@tswaters/react-form-validation)
4+
[![Build Status]](https://img.shields.io/travis/tswaters/react-form-validation)
5+
[![Coverage Status]](https://img.shields.io/coveralls/github/tswaters/react-form-validation)
6+
[![License]](https://img.shields.io/npm/l/@tswaters/react-form-validation)
57

68
The goal of this library is to implement the [Constraint Validation API](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#the-constraint-validation-api) in React while not getting in your way to do it.
79

0 commit comments

Comments
 (0)