diff options
| author | Aaron <79121360+UnrealApex@users.noreply.github.com> | 2021-09-01 14:04:24 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-01 14:04:24 -0700 |
| commit | 6a9549c358369304f487a3d7a50b4c8275247e61 (patch) | |
| tree | 01764d746754960c805b569c892cc7b92e5314ff | |
| parent | 87c375fa625526d6ef93b12c0cf19ba3453a2ea5 (diff) | |
| download | rust-6a9549c358369304f487a3d7a50b4c8275247e61.tar.gz rust-6a9549c358369304f487a3d7a50b4c8275247e61.zip | |
Update README.md
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md index e1c968273cd..aaf404eadea 100644 --- a/README.md +++ b/README.md @@ -45,13 +45,13 @@ or in Travis CI. One way to use Clippy is by installing Clippy through rustup as a cargo subcommand. -#### Step 1: Install rustup +#### Step 1: Install Rustup -You can install [rustup](https://rustup.rs/) on supported platforms. This will help +You can install [Rustup](https://rustup.rs/) on supported platforms. This will help us install Clippy and its dependencies. -If you already have rustup installed, update to ensure you have the latest -rustup and compiler: +If you already have Rustup installed, update to ensure you have the latest +Rustup and compiler: ```terminal rustup update |
