Skip to content

Commit 20c9dc3

Browse files
committed
chore: update badges
1 parent f09f5e6 commit 20c9dc3

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# 📦 Axios Module
22

3+
34
[![npm version][npm-version-src]][npm-version-href]
45
[![npm downloads][npm-downloads-src]][npm-downloads-href]
5-
[![Circle CI][circle-ci-src]][circle-ci-href]
6+
[![Checks][checks-src]][checks-href]
67
[![Codecov][codecov-src]][codecov-href]
7-
[![Dependencies][david-dm-src]][david-dm-href]
88
[![Standard JS][standard-js-src]][standard-js-href]
99

1010
> Secure and Easy <a href="https://github.com/mzabriskie/axios">Axios</a> integration with Nuxt.js
@@ -42,15 +42,14 @@
4242
Copyright (c) Nuxt Community
4343

4444
<!-- Badges -->
45-
[npm-version-src]: https://img.shields.io/npm/dt/@nuxtjs/axios.svg?style=flat-square
45+
<!-- Badges -->
46+
[npm-version-src]: https://flat.badgen.net/npm/v/@nuxtjs/axios
4647
[npm-version-href]: https://npmjs.com/package/@nuxtjs/axios
47-
[npm-downloads-src]: https://img.shields.io/npm/v/@nuxtjs/axios/latest.svg?style=flat-square
48+
[npm-downloads-src]: https://flat.badgen.net/npm/dm/@nuxtjs/axios
4849
[npm-downloads-href]: https://npmjs.com/package/@nuxtjs/axios
49-
[circle-ci-src]: https://img.shields.io/circleci/project/github/nuxt-community/axios-module.svg?style=flat-square
50-
[circle-ci-href]: https://circleci.com/gh/nuxt-community/axios-module
51-
[codecov-src]: https://img.shields.io/codecov/c/github/nuxt-community/axios-module.svg?style=flat-square
50+
[checks-src]: https://flat.badgen.net/github/checks/nuxt-community/axios-module/dev
51+
[checks-href]: https://github.com/nuxt-community/axios-module/actions
52+
[codecov-src]: https://flat.badgen.net/codecov/c/github/nuxt-community/axios-module
5253
[codecov-href]: https://codecov.io/gh/nuxt-community/axios-module
53-
[david-dm-src]: https://david-dm.org/nuxt-community/axios-module/status.svg?style=flat-square
54-
[david-dm-href]: https://david-dm.org/nuxt-community/axios-module
5554
[standard-js-src]: https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square
5655
[standard-js-href]: https://standardjs.com

0 commit comments

Comments
 (0)