From 4eb47abde7dbb9b6c3506bb3ce0e783e21607190 Mon Sep 17 00:00:00 2001
From: Manish Goregaokar <manishsmail@gmail.com>
Date: Sun, 10 May 2015 16:10:05 +0530
Subject: [PATCH] crates

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 004520f5bd7..bdda47fcc43 100644
--- 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)