From 053912cd26fa51ebe8a9a6ff4d003a44f73ea209 Mon Sep 17 00:00:00 2001 From: WofWca Date: Fri, 18 Apr 2025 13:50:13 +0400 Subject: [PATCH] docs: fix badge version image in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba0c95b..3cfe25d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # yerpc [![docs.rs](https://img.shields.io/badge/docs.rs-documentation-green.svg)](https://docs.rs/yerpc) -[![Crates.io](https://img.shields.io/crates/v/typescript-type-def.svg)](https://crates.io/crates/yerpc) +[![Crates.io](https://img.shields.io/crates/v/yerpc.svg)](https://crates.io/crates/yerpc) A JSON-RPC 2.0 server handler for Rust, with automatic generation of a TypeScript client.