Skip to content

Commit

Permalink
Update size badge
Browse files Browse the repository at this point in the history
  • Loading branch information
suhaotian committed Jul 18, 2024
1 parent 651e7c3 commit 8711497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Build](https://github.com/suhaotian/xior/actions/workflows/check.yml/badge.svg)](https://github.com/suhaotian/xior/actions/workflows/check.yml)
[![minzipped size](https://badgen.net/badge/gzip/4kb/green)](https://bundlephobia.com/package/xior)
[![minzipped size](https://deno.bundlejs.com/badge[email protected]&badge=detailed&badge-style=for-the-badge)](https://bundlejs.com/?q=xior%400.5.4)
[![npm version](https://badgen.net/npm/v/xior?color=green)](https://www.npmjs.com/package/xior)
![Downloads](https://img.shields.io/npm/dm/xior.svg?style=flat)
![typescript](https://badgen.net/badge/icon/typescript?icon=typescript&label&color=blue)
Expand All @@ -15,7 +15,7 @@ A lite request lib based on **fetch** with plugin support and similar API to axi
- 🫡 **Similar axios API**: `axios.create` / `axios.interceptors` / `.get/post/put/patch/delete/head/options`
- 🤙 Support timeout and cancel requests
- 🥷 Plugin support: error retry, cache, throttling, dedupe, error cache, mock and easily create custom plugins
- 🚀 Lightweight (~12KB, Gzip ~4kb)
- 🚀 Lightweight (~8KB, Gzip ~3kb)
- 👊 Unit tested and strongly typed 💪

## Table of Contents
Expand Down

0 comments on commit 8711497

Please sign in to comment.