Skip to content

Commit 7afa753

Browse files
authored
chore(readme): update badges
1 parent cb64b85 commit 7afa753

File tree

1 file changed

+23
-8
lines changed

1 file changed

+23
-8
lines changed

README.md

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
[![npm downloads](https://img.shields.io/npm/dm/h3.svg?style=flat-square)](https://npmjs.com/package/h3)
2-
[![version](https://img.shields.io/npm/v/h3/latest.svg?style=flat-square)](https://npmjs.com/package/h3)
3-
[![bundlephobia](https://img.shields.io/bundlephobia/min/h3/latest.svg?style=flat-square)](https://bundlephobia.com/result?p=h3)
4-
[![build status](https://img.shields.io/github/actions/workflow/status/unjs/h3/ci.yml?branch=main&style=flat-square)](https://github.com/unjs/h3/actions)
5-
[![coverage](https://img.shields.io/codecov/c/gh/unjs/h3/main?style=flat-square)](https://codecov.io/gh/unjs/h3)
6-
[![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue?style=flat-square)](https://www.jsdocs.io/package/h3)
1+
# H3
72

8-
> H3 is a minimal h(ttp) framework built for high performance and portability
3+
[![npm version][npm-version-src]][npm-version-href]
4+
[![npm downloads][npm-downloads-src]][npm-downloads-href]
5+
[![bundle][bundle-src]][bundle-href]
6+
[![Codecov][codecov-src]][codecov-href]
7+
[![License][license-src]][license-href]
8+
[![JSDocs][jsdocs-src]][jsdocs-href]
99

10-
<!-- ![h3 - Tiny JavaScript Server](.github/banner.svg) -->
10+
H3 is a minimal h(ttp) framework built for high performance and portability.
1111

1212
## Features
1313

@@ -200,3 +200,18 @@ PRs are welcome to add your packages.
200200
## License
201201
202202
MIT
203+
204+
<!-- Badges -->
205+
206+
[npm-version-src]: https://img.shields.io/npm/v/h3?style=flat&colorA=18181B&colorB=F0DB4F
207+
[npm-version-href]: https://npmjs.com/package/h3
208+
[npm-downloads-src]: https://img.shields.io/npm/dm/h3?style=flat&colorA=18181B&colorB=F0DB4F
209+
[npm-downloads-href]: https://npmjs.com/package/h3
210+
[codecov-src]: https://img.shields.io/codecov/c/gh/unjs/unstorage/main?style=flat&colorA=18181B&colorB=F0DB4F
211+
[codecov-href]: https://codecov.io/gh/unjs/h3
212+
[bundle-src]: https://img.shields.io/bundlephobia/minzip/h3?style=flat&colorA=18181B&colorB=F0DB4F
213+
[bundle-href]: https://bundlephobia.com/result?p=h3
214+
[license-src]: https://img.shields.io/github/license/unjs/h3.svg?style=flat&colorA=18181B&colorB=F0DB4F
215+
[license-href]: https://github.com/unjs/h3/blob/main/LICENSE
216+
[jsdocs-src]: https://img.shields.io/badge/jsDocs.io-reference-18181B?style=flat&colorA=18181B&colorB=F0DB4F
217+
[jsdocs-href]: https://www.jsdocs.io/package/h3

0 commit comments

Comments
 (0)