File tree Expand file tree Collapse file tree 1 file changed +23
-5
lines changed
Expand file tree Collapse file tree 1 file changed +23
-5
lines changed Original file line number Diff line number Diff line change 1- # Robust Validator
2-
3- <div style =" display : flex ; justify-content : center " >
4- <img src =" docs/public/logo.png " />
5- </div >
1+ #
2+
3+ <h1 align =" center " >
4+ <br >
5+ <a href =" https://validator.axe-api.com/ " >
6+ <img src="https://validator.axe-api.com/logo.png" width="200">
7+ </a >
8+ <br >
9+ Robust Validator
10+ <br >
11+ <a href =" https://badge.fury.io/js/robust-validator " >
12+ <img src="https://badge.fury.io/js/robust-validator.svg" alt="npm version" height="18">
13+ </a >
14+ <a href =" https://github.com/axe-api/validator/actions/workflows/npm-release-publish.yml " target =" _blank " >
15+ <img src="https://github.com/axe-api/validator/actions/workflows/npm-release-publish.yml/badge.svg?branch=master">
16+ </a >
17+ <a href =" https://github.com/axe-api/validator/issues " target =" _blank " >
18+ <img src="https://img.shields.io/github/issues/axe-api/validator.svg">
19+ </a >
20+ <a href =" https://opensource.org/licenses/MIT " target =" _blank " >
21+ <img src="https://img.shields.io/badge/license-MIT-blue.svg">
22+ </a >
23+ </h1 >
624
725Rule-based data validation in JS. Extendable, function-oriented, i18n-supported
826
You can’t perform that action at this time.
0 commit comments