From f0c56ec495fe8be64b1cdb44bbfd9741e38354fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E6=B3=BD=E8=BD=A9?= Date: Fri, 25 Jul 2025 17:17:46 +0800 Subject: [PATCH] fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8656f9..fdb3294 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ For all other platforms, you can download and extract the binary yourself from [the latest release][latest]. You can also install using `cargo` by running: ```bash -cargo install jtd_fuzz +cargo install jtd-fuzz ``` ## Usage