diff --git a/README.md b/README.md
index 0c0ec86..b79ccef 100644
--- a/README.md
+++ b/README.md
@@ -87,14 +87,14 @@ The goal is to have only projects that are mostly stable and useful to users.
### Computation
* BLAS
- * [mikkyang/rust-blas](https://github.com/mikkyang/rust-blas) - [BLAS](http://en.wikipedia.org/wiki/Basic_Linear_Algebra_Subprograms) bindings
- * [stainless-steel/blas](https://github.com/stainless-steel/blas) - [BLAS](http://en.wikipedia.org/wiki/Basic_Linear_Algebra_Subprograms) bindings [
](https://travis-ci.org/stainless-steel/blas)
+ * [mikkyang/rust-blas](https://github.com/mikkyang/rust-blas) — [BLAS](http://en.wikipedia.org/wiki/Basic_Linear_Algebra_Subprograms) bindings
+ * [stainless-steel/blas](https://github.com/stainless-steel/blas) — [BLAS](http://en.wikipedia.org/wiki/Basic_Linear_Algebra_Subprograms) bindings [
](https://travis-ci.org/stainless-steel/blas)
* GMP
* [thestinger/rust-gmp](https://github.com/thestinger/rust-gmp) — [libgmp](https://gmplib.org/) bindings [
](https://travis-ci.org/thestinger/rust-gmp)
* GSL
- * [GuillaumeGomez/rust-GSL](https://github.com/GuillaumeGomez) - [GSL](http://www.gnu.org/software/gsl/) bindings [
](https://travis-ci.org/GuillaumeGomez/rust-GSL)
+ * [GuillaumeGomez/rust-GSL](https://github.com/GuillaumeGomez) — [GSL](http://www.gnu.org/software/gsl/) bindings [
](https://travis-ci.org/GuillaumeGomez/rust-GSL)
* LAPACK
- * [stainless-steel/lapack](https://github.com/stainless-steel/lapack) - [LAPACK](http://en.wikipedia.org/wiki/LAPACK) bindings [
](https://travis-ci.org/stainless-steel/lapack)
+ * [stainless-steel/lapack](https://github.com/stainless-steel/lapack) — [LAPACK](http://en.wikipedia.org/wiki/LAPACK) bindings [
](https://travis-ci.org/stainless-steel/lapack)
* OpenCL
* [luqmana/rust-opencl](https://github.com/luqmana/rust-opencl) — [OpenCL](https://www.khronos.org/opencl/) bindings [
](https://travis-ci.org/luqmana/rust-opencl)
@@ -113,7 +113,7 @@ The goal is to have only projects that are mostly stable and useful to users.
* Cassandra
* [tupshin/cassandra-rust](https://github.com/tupshin/cassandra-rust) — [Cassandra](http://cassandra.apache.org) bindings
* Elastic (formerly Elasticsearch)
- * [benashford/rs-es] (https://github.com/benashford/rs-es) - A Rust client for the [Elastic] (https://www.elastic.co/) REST API [
](https://travis-ci.org/benashford/rs-es)
+ * [benashford/rs-es] (https://github.com/benashford/rs-es) — A Rust client for the [Elastic] (https://www.elastic.co/) REST API [
](https://travis-ci.org/benashford/rs-es)
* ForestDB
* [vhbit/sherwood](https://github.com/vhbit/sherwood) — [ForestDB](https://github.com/couchbase/forestdb) bindings [
](https://travis-ci.org/vhbit/sherwood)
* LMDB
@@ -139,7 +139,7 @@ The goal is to have only projects that are mostly stable and useful to users.
* [bluss/rust-itertools](https://github.com/bluss/rust-itertools) — [
](https://travis-ci.org/bluss/rust-itertools)
* [reem/rust-typemap](https://github.com/reem/rust-typemap) — [
](https://travis-ci.org/reem/rust-typemap)
-* [serde-rs/serde](https://github.com/serde-rs/serde) - a framework to generically serialize Rust data structures [
](https://travis-ci.org/serde-rs/serde)
+* [serde-rs/serde](https://github.com/serde-rs/serde) — a framework to generically serialize Rust data structures [
](https://travis-ci.org/serde-rs/serde)
### Encoding
@@ -160,7 +160,7 @@ The goal is to have only projects that are mostly stable and useful to users.
* [servo/html5ever](https://github.com/servo/html5ever) — High-performance browser-grade HTML5 parser [
](https://travis-ci.org/servo/html5ever)
* MsgPack
* [mneumann/rust-msgpack](https://github.com/mneumann/rust-msgpack) — [
](https://travis-ci.org/mneumann/rust-msgpack)
- * [3Hren/msgpack-rust](https://github.com/3Hren/msgpack-rust) - Pure Rust low/high level MessagePack implementation [
](https://travis-ci.org/3Hren/msgpack-rust)
+ * [3Hren/msgpack-rust](https://github.com/3Hren/msgpack-rust) — a pure Rust low/high level MessagePack implementation [
](https://travis-ci.org/3Hren/msgpack-rust)
* ProtocolBuffers
* [stepancheg/rust-protobuf](https://github.com/stepancheg/rust-protobuf) — [
](https://travis-ci.org/stepancheg/rust-protobuf)
* TOML
@@ -249,7 +249,7 @@ The goal is to have only projects that are mostly stable and useful to users.
### Platform specific
* DigitalOcean
- * [kbknapp/doapi](https://github.com/kbknapp/doapi-rs) - DigitalOcean v2 API bindings [
](https://travis-ci.org/kbknapp/doapi-rs)
+ * [kbknapp/doapi](https://github.com/kbknapp/doapi-rs) — DigitalOcean v2 API bindings [
](https://travis-ci.org/kbknapp/doapi-rs)
* Linux
* [carllerche/nix-rust](https://github.com/carllerche/nix-rust) — Linux API bindings [
](https://travis-ci.org/carllerche/nix-rust)
* Windows
@@ -297,7 +297,7 @@ See also [http://arewewebyet.com/](http://arewewebyet.com/)
* [Rust by Example](http://rustbyexample.com/)
* [Rust CI](http://www.rust-ci.org/) — a [Travis CI](https://travis-ci.com) dashboard for Rust projects
* [Rust Guidelines](http://aturon.github.io/)
-* [rust-learning](https://github.com/ctjhoa/rust-learning) - a collection of useful resources to learn rust
+* [rust-learning](https://github.com/ctjhoa/rust-learning) — a collection of useful resources to learn rust
## Development tools