From 1bf171da0fbed272323f783c95c14a9ecea0eac6 Mon Sep 17 00:00:00 2001 From: Bruno Bigras Date: Tue, 14 Sep 2021 20:04:12 +0000 Subject: [PATCH] Fix typo in README.md (#50) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0b2bcfa8ac..b1db8503b46 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ Running `nix develop` will create a shell with the default nightly Rust toolchai rust-bin.beta.latest.minimal ``` - It provices the same components as which installed by `rustup install`'s `default` or `minimal` profiles. + It provides the same components as which installed by `rustup install`'s `default` or `minimal` profiles. Almost always, `default` is what you want for development.