diff --git a/README.md b/README.md
index afb1b8a..f79de73 100644
--- a/README.md
+++ b/README.md
@@ -10,12 +10,16 @@ A curated list of awesome Rust code and resources. Inspired by the other [awesom
## Code
+### Compression
+
+* [alexcrichton/rust-compress](https://github.com/alexcrichton/rust-compress) [
](https://travis-ci.org/alexcrichton/rust-compress): compression algorithms written in Rust
+
### Web Programming
See also http://arewewebyet.com/
* core
- * [chris-morgan/rust-http](https://github.com/chris-morgan/rust-http): superceeded by Teepee [
](https://travis-ci.org/chris-morgan/rust-http)
+ * [chris-morgan/rust-http](https://github.com/chris-morgan/rust-http) [
](https://travis-ci.org/chris-morgan/rust-http): wil be replaced by teepee/teepee.
* [teepee/teepee](https://github.com/teepee/teepee) [
](https://travis-ci.org/teepee/teepee)
* client
* [carllerche/curl-rust](https://github.com/carllerche/curl-rust): bindings for [libcurl](http://curl.haxx.se/libcurl/)