diff --git a/README.md b/README.md
index 06a5a1c..81f625e 100644
--- a/README.md
+++ b/README.md
@@ -88,13 +88,14 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
## Development tools
-* [brson/multirust](https://github.com/brson/multirust) — manage multiple Rust installations [](https://travis-ci.org/brson/multirust)
* [Clippy](https://github.com/Manishearth/rust-clippy) — a collection of lints that catch newbie mistakes and oversights during the build [](https://travis-ci.org/Manishearth/rust-clippy)
-* [Diggsey/multirust-rs](https://github.com/Diggsey/multirust-rs) — reimplementation of multirust in rust [](https://travis-ci.org/Diggsey/multirust-rs)
* [clog-tool/clog-cli](https://github.com/clog-tool/clog-cli) — a [conventional changelog](http://blog.thoughtram.io/announcements/tools/2014/09/18/announcing-clog-a-conventional-changelog-generator-for-the-rest-of-us.html) port (generates a changelog from git metadata) [](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)
+ * [Diggsey/multirust-rs](https://github.com/Diggsey/multirust-rs) — multirust reimplementation in Rust [](https://travis-ci.org/Diggsey/multirust-rs)
* [Racer](https://github.com/phildawes/racer) — code completion for Rust [](https://travis-ci.org/phildawes/racer)
* [rustfmt](https://github.com/rust-lang-nursery/rustfmt) — a Rust code formatter [](https://travis-ci.org/rust-lang-nursery/rustfmt)