Skip to content

Commit 6584873

Browse files
committed
fix: update README badges
1 parent d3ee749 commit 6584873

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ A library for fetching quran data from the [quran.com API][qdc-api]. This librar
44
[![Build Status][build-badge]][build]
55
[![MIT License][license-badge]][license]
66
[![NPM Version][npm-badge]][npm]
7-
[![NPM Monthly downloads][downloads-badge]][npm]
87
[![Minziped Size][size-badge]][npm]
8+
[![NPM Monthly downloads][downloads-badge]][npm]
99

1010
## Installation
1111

@@ -24,11 +24,11 @@ yarn add @quranjs/api
2424
<!-- Links -->
2525

2626
[qdc-api]: https://quran.api-docs.io/
27-
[build-badge]: https://img.shields.io/github/workflow/status/quranjs/api/CI?logo=github&style=flat-square
27+
[build-badge]: https://github.com/quranjs/api/workflows/CI/badge.svg
2828
[build]: https://github.com/quranjs/api/actions?query=workflow%3ACI
29-
[license-badge]: https://img.shields.io/github/license/quranjs/api?style=flat-square
29+
[license-badge]: https://badgen.net/github/license/quranjs/api
3030
[license]: https://github.com/quranjs/api/blob/master/LICENSE
3131
[npm]: https://www.npmjs.com/package/@quranjs/api
32-
[npm-badge]: https://img.shields.io/npm/v/@quranjs/api.svg?style=flat-square
33-
[downloads-badge]: https://img.shields.io/npm/dm/@quranjs/api.svg?style=flat-square
34-
[size-badge]: https://img.shields.io/bundlephobia/minzip/@quranjs/api/latest.svg?style=flat-square
32+
[npm-badge]: https://badgen.net/npm/v/@quranjs/api
33+
[downloads-badge]: https://img.shields.io/npm/dm/@quranjs/api.svg
34+
[size-badge]: https://badgen.net/packagephobia/publish/@quranjs/api

0 commit comments

Comments
 (0)