From a275d99628bea790166fd53256202182b049a8df Mon Sep 17 00:00:00 2001 From: Michael Rutherford Date: Sat, 6 Jun 2015 13:28:58 -0500 Subject: [PATCH] Fixed spelling error Fixed a spelling error and added a comma in the README.md file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e80af039f57..3efeb748b9e 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ More to come, please [file an issue](https://github.com/Manishearth/rust-clippy/ ##Usage -Compiler plugins are highly unstable and will only work with a nightly Rust for now. Since stable Rust is backwards compatible you hsould be able to compile your stable programs with nightly Rust with clippy plugged in to circumvent this. +Compiler plugins are highly unstable and will only work with a nightly Rust for now. Since stable Rust is backwards compatible, you should be able to compile your stable programs with nightly Rust with clippy plugged in to circumvent this. Add in your `Cargo.toml`: ```toml