Skip to content

Commit 13b0c90

Browse files
authored
docs: update badges
1 parent eb3b1c5 commit 13b0c90

File tree

1 file changed

+11
-15
lines changed

1 file changed

+11
-15
lines changed

README.md

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

33
[![npm version][npm-version-src]][npm-version-href]
44
[![npm downloads][npm-downloads-src]][npm-downloads-href]
5-
[![packagephobia][packagephobia-src]][packagephobia-href]
6-
[![Github Actions CI][github-actions-ci-src]][github-actions-ci-href]
5+
[![bundle][bundle-src]][bundle-href]
76
[![Codecov][codecov-src]][codecov-href]
7+
[![License][license-src]][license-href]
88

9-
> Awaitable hook system
9+
Awaitable hooks system.
1010

1111
## Install
1212

@@ -255,17 +255,13 @@ Thanks to [Joe Paice](https://github.com/RGBboy) for donating [hookable](https:/
255255
MIT - Made with 💖
256256

257257
<!-- Badges -->
258-
[npm-version-src]: https://flat.badgen.net/npm/dt/hookable
258+
[npm-version-src]: https://img.shields.io/npm/v/hookable?style=flat&colorA=18181B&colorB=F0DB4F
259259
[npm-version-href]: https://npmjs.com/package/hookable
260-
261-
[npm-downloads-src]: https://flat.badgen.net/npm/v/hookable
260+
[npm-downloads-src]: https://img.shields.io/npm/dm/hookable?style=flat&colorA=18181B&colorB=F0DB4F
262261
[npm-downloads-href]: https://npmjs.com/package/hookable
263-
264-
[github-actions-ci-src]: https://flat.badgen.net/github/checks/unjs/hookable/main
265-
[github-actions-ci-href]: https://github.com/unjs/hookable/actions
266-
267-
[codecov-src]: https://flat.badgen.net/codecov/c/github/unjs/hookable
268-
[codecov-href]: https://codecov.io/gh/unjs/hookable
269-
270-
[packagephobia-src]: https://flat.badgen.net/packagephobia/install/hookable
271-
[packagephobia-href]: https://packagephobia.now.sh/result?p=hookable
262+
[codecov-src]: https://img.shields.io/codecov/c/gh/unjs/hookable/main?style=flat&colorA=18181B&colorB=F0DB4F
263+
[codecov-href]: https://codecov.io/gh/unjs/h3
264+
[bundle-src]: https://img.shields.io/bundlephobia/minzip/hookable?style=flat&colorA=18181B&colorB=F0DB4F
265+
[bundle-href]: https://bundlephobia.com/result?p=hookable
266+
[license-src]: https://img.shields.io/github/license/unjs/hookable.svg?style=flat&colorA=18181B&colorB=F0DB4F
267+
[license-href]: https://github.com/unjs/hookable/blob/main/LICENSE

0 commit comments

Comments
 (0)