Skip to content

Commit 8c5c854

Browse files
committed
One more hack at the badges
1 parent f504442 commit 8c5c854

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.md

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

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)
3+
![[npm version](https://www.npmjs.org/package/@tswaters/react-form-validation)](https://img.shields.io/npm/v/@tswaters/react-form-validation)
4+
![[build status](https://travis-ci.org/tswaters/react-form-validation/)](https://img.shields.io/travis/tswaters/react-form-validation)
5+
![[covarage](https://coveralls.io/github/tswaters/react-form-validation)](https://img.shields.io/coveralls/github/tswaters/react-form-validation)
6+
![[license](https://github.com/tswaters/react-form-validation/blob/master/LICENSE)](https://img.shields.io/npm/l/@tswaters/react-form-validation)
77

88
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.
99

0 commit comments

Comments
 (0)