We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 95d91d6 + 6a9549c commit 849f0a1Copy full SHA for 849f0a1
README.md
@@ -45,13 +45,13 @@ or in Travis CI.
45
One way to use Clippy is by installing Clippy through rustup as a cargo
46
subcommand.
47
48
-#### Step 1: Install rustup
+#### Step 1: Install Rustup
49
50
-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
51
us install Clippy and its dependencies.
52
53
-If you already have rustup installed, update to ensure you have the latest
54
-rustup and compiler:
+If you already have Rustup installed, update to ensure you have the latest
+Rustup and compiler:
55
56
```terminal
57
rustup update
0 commit comments