From 36e7cace7dc01a0adbace4064d14aa78e18e64fe Mon Sep 17 00:00:00 2001 From: Floyd Remmerswaal Date: Sat, 20 Dec 2025 20:34:03 +0100 Subject: [PATCH] Fix typo: shemars -> schemars in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50dd1d78..3f84478f 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Basic dependencies: - [tokio required](https://github.com/tokio-rs/tokio) - [serde required](https://github.com/serde-rs/serde) Json Schema generation(Must follow the 2020-12 version): -- [shemars required](https://github.com/GREsau/schemars) +- [schemars required](https://github.com/GREsau/schemars) ### Build a Client