From 04f48455e5906c32e826d751f07fd6f635bc68e6 Mon Sep 17 00:00:00 2001 From: Camille TJHOA Date: Wed, 29 Apr 2015 16:17:30 +0200 Subject: [PATCH] Specify languages for examples --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)]