mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-27 07:00:55 +00:00
Auto merge of #7619 - UnrealApex:patch-1, r=flip1995
Update README.md Capitalized proper noun. changelog:none
This commit is contained in:
commit
849f0a144b
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue