From 2ffbdfdcd08751d48beeeea1cca0dcecf12d164d Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Sun, 10 May 2015 16:13:02 +0530 Subject: [PATCH] oops --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bdda47fcc438..4859e0a8ad71 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ To use, add the following lines to your Cargo.toml: ``` [dev-dependencies] -rust-clippy = "*" +clippy = "*" ``` In your code, you may add `#![plugin(clippy)]` to use it (you may also need to include a `#![feature(plugin)]` line)