From 741fa34aaac1b3e0f391325a798040482e4c566e Mon Sep 17 00:00:00 2001 From: Florian Schwalm <68847951+egfx-notifications@users.noreply.github.com> Date: Tue, 22 Feb 2022 14:14:22 +0100 Subject: [PATCH] Fix cargo installation instruction --- 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