diff --git a/README.md b/README.md
index 3a34d9ccaea5348f84ed23141d0a3b1ebd3933c2..b7c9b4301a5ca5a0359e57ae1de2b22c7ab2ea2e 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,6 @@ A WebRTC library that makes it easy to embed scalable peer to peer communication
 
 LioWebRTC works standalone, but it is also compatible with React, Vue, Electron, etc. It can be configured for scalability using partial mesh networks, making it possible to emit data to thousands of peers in a room, while only needing to be connected to at least one other peer in the room.
 
-Peers in a LioWebRTC partial mesh network can self-optimize by default; each peer caches portions of the entire p2p network, and sends their cached graphs to newly joined peers. That means a peer can build an almost complete view of the entire graph without having to query each node (+1 scalability 😉).
-
 [Click here](https://chatdemo.razorfart.com/) to see a chatroom demo built with LioWebRTC.
 
 [Click here](https://vchatdemo.razorfart.com/) to see a video conferencing demo app built with LioWebRTC.