From 866b4f0913a1050a7e292784eabd0f00f84dc39a Mon Sep 17 00:00:00 2001 From: Felix Gnass Date: Wed, 13 Nov 2024 14:36:41 +0100 Subject: [PATCH] docs: add links to badges --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9bd30de..bab8015 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ # typed-rpc -![bundle size](https://badgen.net/bundlephobia/minzip/typed-rpc) -![dependencies](https://badgen.net/bundlephobia/dependency-count/typed-rpc) +[![bundle size](https://badgen.net/bundlephobia/minzip/typed-rpc)](https://bundlephobia.com/package/typed-rpc) + +[![dependencies](https://badgen.net/bundlephobia/dependency-count/typed-rpc)](https://bundlephobia.com/package/typed-rpc) + +[![tree-shaking](https://badgen.net/bundlephobia/tree-shaking/typed-rpc)](https://bundlephobia.com/package/typed-rpc) Lightweight [JSON-RPC](https://www.jsonrpc.org/specification) solution for TypeScript projects with the following features: