diff --git a/README.md b/README.md
index 91c3cb4..d41a75b 100644
--- a/README.md
+++ b/README.md
@@ -109,7 +109,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/
## Development tools
-* [Clippy](https://github.com/Manishearth/rust-clippy) — Rust lints [](https://travis-ci.org/Manishearth/rust-clippy)
+* [Clippy](https://github.com/Manishearth/rust-clippy) [[clippy](https://crates.io/crates/clippy)] — Rust lints [](https://travis-ci.org/Manishearth/rust-clippy)
* [clog-tool/clog-cli](https://github.com/clog-tool/clog-cli) — generates a changelog from git metadata ([conventional changelog](http://blog.thoughtram.io/announcements/tools/2014/09/18/announcing-clog-a-conventional-changelog-generator-for-the-rest-of-us.html)) [](https://travis-ci.org/clog-tool/clog-cli)
* [dan-t/rusty-tags](https://github.com/dan-t/rusty-tags) — create ctags/etags for a cargo project and all of its dependencies [](https://travis-ci.org/dan-t/rusty-tags)
* [frewsxcv/crate-deps](https://github.com/frewsxcv/crate-deps) — generates images of dependency graphs for crates hosted on crates.io