Skip to content

Commit 8ecf274

Browse files
committed
improve readme styles
1 parent c814535 commit 8ecf274

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
<div align="center">
44
<img src="logo.webp" alt="React Custom Hooks Library Logo" width="150" />
5-
</div>
65

7-
<div align="center" style="margin-top:15px">
8-
[![npm version](https://img.shields.io/npm/v/qazuor-react-hooks.svg)](https://www.npmjs.com/package/qazuor-react-hooks)
9-
[![npm downloads](https://img.shields.io/npm/dm/qazuor-react-hooks.svg)](https://www.npmjs.com/package/qazuor-react-hooks)
10-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
11-
[![TypeScript](https://img.shields.io/badge/TypeScript-4.9+-blue.svg)](https://www.typescriptlang.org/)
12-
[![React](https://img.shields.io/badge/React-18.2+-blue.svg)](https://reactjs.org/)
6+
<div style="margin-top: 25px; margin-bottom: 25px">
7+
<a href="https://www.npmjs.com/package/qazuor-react-hooks"><img src="https://img.shields.io/npm/v/qazuor-react-hooks.svg" alt="npm version" /></a>
8+
<a href="https://www.npmjs.com/package/qazuor-react-hooks"><img src="https://img.shields.io/npm/dm/qazuor-react-hooks.svg" alt="npm downloads" /></a>
9+
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT" /></a>
10+
<a href="https://www.typescriptlang.org/"><img src="https://img.shields.io/badge/TypeScript-4.9+-blue.svg" alt="TypeScript" /></a>
11+
<a href="https://reactjs.org/"><img src="https://img.shields.io/badge/React-18.2+-blue.svg" alt="React" /></a>
12+
</div>
1313
</div>
1414

1515
A collection of high-quality, fully tested React hooks for common use cases. Written in TypeScript with comprehensive documentation and examples.

0 commit comments

Comments
 (0)