Skip to content

Commit 4cee565

Browse files
authored
docs: update badge
1 parent 567c688 commit 4cee565

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

README.md

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
[![@nuxt/image](./docs/public/cover.jpg "Nuxt Image")](./docs/public/cover.jpg)
21
[![npm version][npm-version-src]][npm-version-href]
3-
[![Checks][checks-src]][checks-href]
4-
<!-- [![npm downloads][npm-downloads-src]][npm-downloads-href] -->
5-
<!-- [![Codecov][codecov-src]][codecov-href] -->
2+
[![npm downloads][npm-downloads-src]][npm-downloads-href]
3+
[![License][license-src]][license-href]
4+
[![Nuxt][nuxt-src]][nuxt-href]
5+
[![Volta][volta-src]][volta-href]
66

77
- [📖 &nbsp;Read Documentation (v1)](https://v1.image.nuxtjs.org)
88
- [▶️ &nbsp;Play online](https://githubbox.com/nuxt/image/tree/v1/example)
99

10-
1110
---
1211

1312
**Note:** This branch is for **Nuxt 3** compatible module. Checkout [`v0` branch](https://github.com/nuxt/image/tree/v0) for **Nuxt 2** support. ([Announcement](https://github.com/nuxt/image/discussions/548))
@@ -27,13 +26,17 @@
2726
Published under the [MIT License](./LICENSE)
2827

2928
<!-- Badges -->
30-
[npm-version-src]: https://flat.badgen.net/npm/v/@nuxt/image-edge
29+
[npm-version-src]: https://img.shields.io/npm/v/@nuxt/image-edge/latest.svg?style=flat&colorA=18181B&colorB=28CF8D
3130
[npm-version-href]: https://npmjs.com/package/@nuxt/image-edge
32-
[npm-downloads-src]: https://flat.badgen.net/npm/dm/@nuxt/image-edge
33-
[npm-downloads-href]: https://npmjs.com/package/@nuxt/image-edge
34-
[checks-src]: https://flat.badgen.net/github/checks/nuxt/image/v1
35-
[checks-href]: https://github.com/nuxt/image/actions
36-
[codecov-src]: https://flat.badgen.net/codecov/c/github/nuxt/image
37-
[codecov-href]: https://codecov.io/gh/nuxt/image
38-
[license-src]: https://img.shields.io/npm/l/@nuxt/image.svg
39-
[license-href]: https://github.com/nuxt/image/blob/v1/LICENSE
31+
32+
[npm-downloads-src]: https://img.shields.io/npm/dm/@nuxt/image.svg?style=flat&colorA=18181B&colorB=28CF8D
33+
[npm-downloads-href]: https://npmjs.com/package/@nuxt/image
34+
35+
[license-src]: https://img.shields.io/npm/l/@nuxt/image.svg?style=flat&colorA=18181B&colorB=28CF8D
36+
[license-href]: https://npmjs.com/package/@nuxt/image
37+
38+
[nuxt-src]: https://img.shields.io/badge/Nuxt-18181B?logo=nuxt.js
39+
[nuxt-href]: https://nuxt.com
40+
41+
[volta-src]: https://user-images.githubusercontent.com/904724/209143798-32345f6c-3cf8-4e06-9659-f4ace4a6acde.svg
42+
[volta-href]: https://volta.net/nuxt/image?utm_source=nuxt_image_readme

0 commit comments

Comments
 (0)