Skip to content

Commit 52591c4

Browse files
committed
docs: add clickable links to README badges
1 parent d40376b commit 52591c4

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,17 @@
22

33
React hooks for async effects and memoization with proper dependency tracking and linting support.
44

5-
![CI](https://github.com/davemecha/use-async-effekt/actions/workflows/test.yml/badge.svg)
6-
![npm](https://img.shields.io/npm/v/use-async-effekt-hooks)
7-
![codecov](https://codecov.io/gh/davemecha/use-async-effekt/branch/main/graph/badge.svg)
8-
![npm downloads](https://img.shields.io/npm/dw/use-async-effekt-hooks)
9-
![MIT](https://img.shields.io/npm/l/use-async-effekt-hooks)
10-
![bundle size](https://img.shields.io/bundlephobia/minzip/use-async-effekt-hooks)
11-
12-
![bundle size](https://img.shields.io/bundlephobia/minzip/use-async-effekt-hooks)
13-
![Types](https://img.shields.io/npm/types/use-async-effekt-hooks)
14-
![react 16-19](https://img.shields.io/badge/react-16‒19-brightgreen?logo=react)
15-
![GitHub stars](https://img.shields.io/github/stars/davemecha/use-async-effekt?style=social)
16-
![issues](https://img.shields.io/github/issues/davemecha/use-async-effekt)
5+
[![CI](https://github.com/davemecha/use-async-effekt/actions/workflows/test.yml/badge.svg)](https://github.com/davemecha/use-async-effekt/actions/workflows/test.yml)
6+
[![npm](https://img.shields.io/npm/v/use-async-effekt-hooks)](https://www.npmjs.com/package/use-async-effekt-hooks)
7+
[![codecov](https://codecov.io/gh/davemecha/use-async-effekt/branch/main/graph/badge.svg)](https://codecov.io/gh/davemecha/use-async-effekt)
8+
[![npm downloads](https://img.shields.io/npm/dw/use-async-effekt-hooks)](https://www.npmjs.com/package/use-async-effekt-hooks)
9+
[![MIT](https://img.shields.io/npm/l/use-async-effekt-hooks)](LICENSE)
10+
11+
[![bundle size](https://img.shields.io/bundlephobia/minzip/use-async-effekt-hooks)](https://bundlephobia.com/package/use-async-effekt-hooks)
12+
[![Types](https://img.shields.io/npm/types/use-async-effekt-hooks)](https://www.npmjs.com/package/use-async-effekt-hooks)
13+
[![react 16-19](https://img.shields.io/badge/react-16‒19-brightgreen?logo=react)](https://react.dev/)
14+
[![GitHub stars](https://img.shields.io/github/stars/davemecha/use-async-effekt?style=social)](https://github.com/davemecha/use-async-effekt/stargazers)
15+
[![issues](https://img.shields.io/github/issues/davemecha/use-async-effekt)](https://github.com/davemecha/use-async-effekt/issues)
1716

1817
## Installation
1918

0 commit comments

Comments
 (0)