From 3362ac06b50bf3ac0f5fcef8c661fe8abffbfc40 Mon Sep 17 00:00:00 2001 From: Hao-Cher Hong Date: Thu, 24 Jun 2021 23:29:49 +0800 Subject: [PATCH] Update README.md (#18191) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6f12bd0e..4d75a8573 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ $ source $HOME/.cargo/env $ rustup component add rustfmt ``` -Please sure you are always using the latest stable rust version by running: +Please make sure you are always using the latest stable rust version by running: ```bash $ rustup update