From aded5f7748bcbf4bffb13042c04984d4ca93a191 Mon Sep 17 00:00:00 2001 From: T Kumagai <4956799+friendbear@users.noreply.github.com> Date: Sat, 10 Feb 2024 12:23:25 +0900 Subject: [PATCH] Update README.md fix typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c31b549e..49c6c91b 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ The tutorials are primarily targeted at **Linux**-based distributions. Most stuf [rust-toolchain.toml](rust-toolchain.toml) file. What's left for us to do is: 1. If you already have a version of Rust installed: ```bash - cargo install cargo-binutils rustfilt + cargo install cargo-binutils rustfmt ``` 1. If you need to install Rust from scratch: