From 7ac638a1a1cba71a8021ceeeb37b85612ccf44a2 Mon Sep 17 00:00:00 2001 From: Kei Sakamoto <6201376+Thiry1@users.noreply.github.com> Date: Fri, 22 Jul 2022 05:18:23 +0900 Subject: [PATCH] docs: Fix Bundlephobia link (#3475) --- packages/mobx-react/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mobx-react/README.md b/packages/mobx-react/README.md index 52476268f..775bea454 100644 --- a/packages/mobx-react/README.md +++ b/packages/mobx-react/README.md @@ -2,7 +2,7 @@ [![CircleCI](https://circleci.com/gh/mobxjs/mobx-react.svg?style=svg)](https://circleci.com/gh/mobxjs/mobx-react) [![CDNJS](https://img.shields.io/cdnjs/v/mobx-react.svg)](https://cdnjs.com/libraries/mobx-react) -[![Minzipped size](https://img.shields.io/bundlephobia/minzip/mobx-react-lite.svg)](https://bundlephobia.com/result?p=mobx-react-lite) +[![Minzipped size](https://img.shields.io/bundlephobia/minzip/mobx-react.svg)](https://bundlephobia.com/result?p=mobx-react) [![TypeScript](https://badges.frapsoft.com/typescript/code/typescript.svg?v=101)](https://github.com/ellerbrock/typescript-badges/)[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)