diff options
| author | bors <bors@rust-lang.org> | 2021-09-02 08:11:57 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-09-02 08:11:57 +0000 |
| commit | 849f0a144b019f0484c557d19684233ea8eed186 (patch) | |
| tree | d118d374e0df4d70f51552f65fa32db0168c2a67 | |
| parent | 95d91d64dbd62dd8b83d5022d4009f8e86797db2 (diff) | |
| parent | 6a9549c358369304f487a3d7a50b4c8275247e61 (diff) | |
| download | rust-849f0a144b019f0484c557d19684233ea8eed186.tar.gz rust-849f0a144b019f0484c557d19684233ea8eed186.zip | |
Auto merge of #7619 - UnrealApex:patch-1, r=flip1995
Update README.md Capitalized proper noun. changelog:none
| -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 |
