Skip to content

Commit ee5f27a

Browse files
committed
Fixed readme
1 parent 049e682 commit ee5f27a

File tree

1 file changed

+23
-5
lines changed

1 file changed

+23
-5
lines changed

readme.md

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,26 @@
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

725
Rule-based data validation in JS. Extendable, function-oriented, i18n-supported
826

0 commit comments

Comments
 (0)