From ede6cdbcb26e829022b95bdcb50720703a374be1 Mon Sep 17 00:00:00 2001 From: Francesc Elies Date: Thu, 16 Oct 2025 14:40:22 +0200 Subject: [PATCH] fix(readme): cargo install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba3e639..9afecec 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,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_infer +cargo install jtd-infer ``` ## Usage