]> git.lizzy.rs Git - rust.git/commitdiff
oops
authorManish Goregaokar <manishsmail@gmail.com>
Sun, 10 May 2015 10:43:02 +0000 (16:13 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Sun, 10 May 2015 10:43:02 +0000 (16:13 +0530)
README.md

index bdda47fcc438b7baba099531244fdfa792d0ed00..4859e0a8ad712fddc4b75e869574aaa5bc90b34b 100644 (file)
--- 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)