Fix typo in README.md (#50)

This commit is contained in:
Bruno Bigras
2021-09-14 20:04:12 +00:00
committed by GitHub
parent c6f14ce758
commit 1bf171da0f

View File

@@ -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.