diff --git a/README.md b/README.md
index 1f7e4efdd..5b3097e0f 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,22 @@
-# actix-web-extras
+# actix-extras
-> A collection of additional crates supporting the [actix-web] framework.
+[![Join the chat at https://gitter.im/actix/actix](https://badges.gitter.im/actix/actix.svg)](https://gitter.im/actix/actix?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
+
+> A collection of additional crates supporting the [actix] and [actix-web] frameworks.
+
+
+## Crates
+
+| Crate | | |
+| -------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------ |
+| [actix-protobuf] | [![crates.io](https://img.shields.io/crates/v/actix-protobuf)](https://crates.io/crates/actix-protobuf) [![Documentation](https://docs.rs/actix-protobuf/badge.svg)](https://docs.rs/actix-protobuf) | Protobuf support for actix-web framework. |
+| [actix-redis] | [![crates.io](https://img.shields.io/crates/v/actix-redis)](https://crates.io/crates/actix-redis) [![Documentation](https://docs.rs/actix-redis/badge.svg)](https://docs.rs/actix-redis) | Reds integration for actix framework. |
+| [actix-web-httpauth] | [![crates.io](https://img.shields.io/crates/v/actix-web-httpauth)](https://crates.io/crates/actix-web-httpauth) [![Documentation](https://docs.rs/actix-web-httpauth/badge.svg)](https://docs.rs/actix-web-httpauth) | HTTP authentication schemes for actix-web. |
-Crates:
-- [actix-protobuf]: Protobuf support for actix-web framework.
-- [actix-redis]: Redis integration for actix framework.
-- [actix-web-httpauth]: HTTP authentication schemes for actix-web.
+[actix]: https://github.com/actix/actix
[actix-web]: https://github.com/actix/actix-web
-[actix-protobuf]: https://github.com/actix-web-extras/tree/actix-protobuf
-[actix-redis]: https://github.com/actix-web-extras/tree/actix-redis
-[actix-web-httpauth]: https://github.com/actix-web-extras/tree/actix-web-httpauth
+[actix-protobuf]: actix-protobuf
+[actix-redis]: actix-redis
+[actix-web-httpauth]: actix-web-httpauth
diff --git a/actix-protobuf/README.md b/actix-protobuf/README.md
index 3323d53ed..db0ff648c 100644
--- a/actix-protobuf/README.md
+++ b/actix-protobuf/README.md
@@ -1,14 +1,14 @@
# actix-protobuf
-
+[![crates.io](https://img.shields.io/crates/v/actix-protobuf)](https://crates.io/crates/actix-protobuf)
+[![Documentation](https://docs.rs/actix-protobuf/badge.svg)](https://docs.rs/actix-protobuf)
+[![Dependency Status](https://deps.rs/crate/actix-protobuf/0.5.0/status.svg)](https://deps.rs/crate/actix-protobuf/0.5.0)
[![Build Status](https://travis-ci.org/actix/actix-protobuf.svg?branch=master)](https://travis-ci.org/actix/actix-protobuf)
[![codecov](https://codecov.io/gh/actix/actix-protobuf/branch/master/graph/badge.svg)](https://codecov.io/gh/actix/actix-protobuf)
-[![crates.io](http://meritbadge.herokuapp.com/actix-protobuf)](https://crates.io/crates/actix-protobuf)
+![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-protobuf)
[![Join the chat at https://gitter.im/actix/actix](https://badges.gitter.im/actix/actix.svg)](https://gitter.im/actix/actix?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
-
-
-Protobuf support for actix-web framework.
+> Protobuf support for actix-web framework.
## Example
diff --git a/actix-redis/README.md b/actix-redis/README.md
index 2655a5bfc..4092e5ed3 100644
--- a/actix-redis/README.md
+++ b/actix-redis/README.md
@@ -1,8 +1,11 @@
# actix-redis
-
-[![Build Status](https://travis-ci.org/actix/actix-redis.svg?branch=master)](https://travis-ci.org/actix/actix-redis) [![codecov](https://codecov.io/gh/actix/actix-redis/branch/master/graph/badge.svg)](https://codecov.io/gh/actix/actix-redis) [![crates.io](http://meritbadge.herokuapp.com/actix-redis)](https://crates.io/crates/actix-redis)
-
+[![crates.io](https://img.shields.io/crates/v/actix-redis)](https://crates.io/crates/actix-redis)
+[![Documentation](https://docs.rs/actix-redis/badge.svg)](https://docs.rs/actix-redis)
+[![Dependency Status](https://deps.rs/crate/actix-redis/0.8.0/status.svg)](https://deps.rs/crate/actix-redis/0.8.0)
+[![codecov](https://codecov.io/gh/actix/actix-redis/branch/master/graph/badge.svg)](https://codecov.io/gh/actix/actix-redis)
+![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-redis)
+[![Join the chat at https://gitter.im/actix/actix](https://badges.gitter.im/actix/actix.svg)](https://gitter.im/actix/actix?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
> Redis integration for actix framework.
diff --git a/actix-web-httpauth/README.md b/actix-web-httpauth/README.md
index 1e4986932..c7c931ba2 100644
--- a/actix-web-httpauth/README.md
+++ b/actix-web-httpauth/README.md
@@ -1,14 +1,13 @@
# actix-web-httpauth
-
-[![Latest Version](https://img.shields.io/crates/v/actix-web-httpauth.svg)](https://crates.io/crates/actix-web-httpauth)
-[![Latest Version](https://docs.rs/actix-web-httpauth/badge.svg)](https://docs.rs/actix-web-httpauth)
-[![dependency status](https://deps.rs/crate/actix-web-httpauth/0.4.0/status.svg)](https://deps.rs/crate/actix-web-httpauth/0.4.0)
+[![crates.io](https://img.shields.io/crates/v/actix-web-httpauth)](https://crates.io/crates/actix-web-httpauth)
+[![Documentation](https://docs.rs/actix-web-httpauth/badge.svg)](https://docs.rs/actix-web-httpauth)
+[![Dependency Status](https://deps.rs/crate/actix-web-httpauth/0.4.0/status.svg)](https://deps.rs/crate/actix-web-httpauth/0.4.0)
![Build Status](https://github.com/actix/actix-web-httpauth/workflows/CI/badge.svg?branch=master&event=push)
-![Apache 2.0 OR MIT licensed](https://img.shields.io/badge/license-Apache2.0%2FMIT-blue.svg)
-
+![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-web-httpauth)
+[![Join the chat at https://gitter.im/actix/actix](https://badges.gitter.im/actix/actix.svg)](https://gitter.im/actix/actix?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
-HTTP authentication schemes for [actix-web](https://github.com/actix/actix-web) framework.
+> HTTP authentication schemes for [actix-web](https://github.com/actix/actix-web) framework.
Provides:
* typed [Authorization] and [WWW-Authenticate] headers