diff --git a/README.md b/README.md index de37d5e59f8b..48289f04216f 100644 --- a/README.md +++ b/README.md @@ -35,13 +35,13 @@ More to come, please [file an issue](https://github.com/Manishearth/rust-clippy/ ##Usage Add in your `Cargo.toml`: -``` +```toml [dependencies.clippy] git = "https://github.com/Manishearth/rust-clippy" ``` Sample `main.rs`: -``` +```rust #![feature(plugin)] #![plugin(clippy)]