diff --git a/README.md b/README.md
index 7e362cb..4cd3365 100644
--- a/README.md
+++ b/README.md
@@ -91,7 +91,6 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
* [Clippy](https://github.com/Manishearth/rust-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)
-* [ellisonch/rust-stopwatch](https://github.com/ellisonch/rust-stopwatch) — a stopwatch library for Rust. Used to time things. [](https://travis-ci.org/ellisonch/rust-stopwatch)
* [frewsxcv/crate-deps](https://github.com/frewsxcv/crate-deps) — generates images of dependency graphs for crates hosted on crates.io
* Multirust — manage multiple Rust installations
* [brson/multirust](https://github.com/brson/multirust) — the original multirust as shell scripts [](https://travis-ci.org/brson/multirust)
@@ -134,6 +133,7 @@ See also [http://areweideyet.com/](http://areweideyet.com/) and [Rust and IDEs](
### Profiling
+* [ellisonch/rust-stopwatch](https://github.com/ellisonch/rust-stopwatch) — a stopwatch library [](https://travis-ci.org/ellisonch/rust-stopwatch)
* [mrhooray/torch](https://github.com/mrhooray/torch) — generates FlameGraphs based on DWARF Debug Info
### Testing