diff --git a/README.md b/README.md
index 524ee08..afb1b8a 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ See also http://arewewebyet.com/
* [chris-morgan/rust-http](https://github.com/chris-morgan/rust-http): superceeded by Teepee [](https://travis-ci.org/chris-morgan/rust-http)
* [teepee/teepee](https://github.com/teepee/teepee) [](https://travis-ci.org/teepee/teepee)
* client
- * [carllerche/curl-rust](https://github.com/carllerche/curl-rust): libcurl bindings
+ * [carllerche/curl-rust](https://github.com/carllerche/curl-rust): bindings for [libcurl](http://curl.haxx.se/libcurl/)
* server
* [erickt/rust-mongrel2](https://github.com/erickt/rust-mongrel2): bindings for the [Mongrel2](http://mongrel2.org) webserver
* [iron/iron](https://github.com/iron/iron): inspired by Express.js, which is inspired by Sinatra.