diff --git a/README.md b/README.md
index 3856eb92..18572922 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,11 @@
# py-libp2p
+
+
+
+
+The Python implementation of the libp2p networking stack.
+
[](https://gitter.im/py-libp2p/Lobby)
[](https://circleci.com/gh/libp2p/py-libp2p)
[](https://badge.fury.io/py/libp2p)
@@ -9,16 +15,7 @@
[](https://riot.permaweb.io/#/room/#libp2p:permaweb.io)
[](https://discord.gg/66KBrm2)
-
-
-
-
-## WARNING
-
-py-libp2p is an experimental and work-in-progress repo under development. We do not yet recommend using py-libp2p in production environments.
-Right now, `tests_interop` are turned off for CI, and a number of `tests` are failing. WIP.
-
-The Python implementation of the libp2p networking stack
+> ⚠️ **Warning:** py-libp2p is an experimental and work-in-progress repo under development. We do not yet recommend using py-libp2p in production environments.
Read more in the [documentation on ReadTheDocs](https://py-libp2p.readthedocs.io/). [View the release notes](https://py-libp2p.readthedocs.io/en/latest/release_notes.html).
@@ -26,8 +23,6 @@ Read more in the [documentation on ReadTheDocs](https://py-libp2p.readthedocs.io
Currently maintained by [@pacrob](https://github.com/pacrob) and [@dhuseby](https://github.com/dhuseby), looking for assistance!
-Note that tests/core/test_libp2p/test_libp2p.py contains an end-to-end messaging test between two libp2p hosts, which is the bulk of our proof of concept.
-
## Feature Breakdown
py-libp2p aims for conformity with [the standard libp2p modules](https://github.com/libp2p/libp2p/blob/master/REQUIREMENTS.md#libp2p-modules-implementations). Below is a breakdown of the modules we have developed, are developing, and may develop in the future.
@@ -38,13 +33,15 @@ py-libp2p aims for conformity with [the standard libp2p modules](https://github.
| ------------ | :-----------: |
| **`libp2p`** | :green_apple: |
-| Identify Protocol | Status |
-| ----------------- | :-----: |
-| **`Identify`** | :lemon: |
+| Core Protocols | Status |
+| -------------- | :-----------: |
+| **`Ping`** | :green_apple: |
+| **`Identify`** | :green_apple: |
| Transport Protocols | Status |
| ------------------- | :-----------: |
| **`TCP`** | :green_apple: |
+| **`QUIC`** | :lemon: |
| **`UDP`** | :tomato: |
| **`WebSockets`** | :chestnut: |
| **`UTP`** | :chestnut: |
@@ -56,7 +53,6 @@ py-libp2p aims for conformity with [the standard libp2p modules](https://github.
| **`Bluetooth LE`** | :chestnut: |
| **`Audio TP`** | :chestnut: |
| **`Zerotier`** | :chestnut: |
-| **`QUIC`** | :chestnut: |
| Stream Muxers | Status |
| ---------------- | :-----------: |