Skip to content

Commit 681ae2c

Browse files
committed
Fix badges?
1 parent 4752d00 commit 681ae2c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.md

+4-4
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://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)
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)