Skip to content

Commit 73849b7

Browse files
committed
Minor: Use min-zip size instead of just min for ReadMe badge
1 parent 6c0bd69 commit 73849b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
-->
77
[![build status](https://github.com/D-Pow/mock-requests/actions/workflows/ci.yaml/badge.svg)](https://github.com/D-Pow/mock-requests/actions/workflows/ci.yaml)
88
[![coverage status](https://coveralls.io/repos/github/D-Pow/mock-requests/badge.svg?branch=master)](https://coveralls.io/github/D-Pow/mock-requests?branch=master)
9-
[![install size](https://badgen.net/bundlephobia/min/mock-requests)](https://bundlephobia.com/package/mock-requests)
9+
[![install size](https://badgen.net/bundlephobia/minzip/mock-requests)](https://bundlephobia.com/package/mock-requests)
1010

1111
Mocks network requests with desired static and dynamic responses automatically so you
1212
never have to change your source code to use mocks ever again.

0 commit comments

Comments
 (0)