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

index 004520f5bd7e759e34a70bccdfcabbaefcd1fb0b..bdda47fcc438b7baba099531244fdfa792d0ed00 100644 (file)
--- a/README.md
+++ b/README.md
@@ -24,8 +24,8 @@ Lints included in this crate:
 To use, add the following lines to your Cargo.toml:
 
 ```
-[dev-dependencies.rust-clippy]
-git = "https://github.com/Manishearth/rust-clippy"
+[dev-dependencies]
+rust-clippy = "*"
 ```
 
 In your code, you may add `#![plugin(clippy)]` to use it (you may also need to include a `#![feature(plugin)]` line)