From 2a7981dfe967fe10f03b926c21d08301486f953d Mon Sep 17 00:00:00 2001
From: lazorfuzz <leontosy@gmail.com>
Date: Wed, 10 Oct 2018 19:34:46 -0700
Subject: [PATCH] readme update

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f1424c0..fa1b385 100644
--- a/README.md
+++ b/README.md
@@ -280,7 +280,7 @@ export default Party;
     maxPeers: 0 // when 0, maxPeers is infinite
   }
   ```
-  - `bool selfOptimize` - *optional(=true)* whether or not peers in a partial mesh network should self-optimize their connections. LioWebRTC uses a more object-oriented version of an adjacency list to represent the p2p graph, with the weights of the edges representing roundtrip latency between two nodes. With `selfOptimize` set to true, peers automatically disconnect from neighbors with latencies >=1 std. deviation from the mean.
+  - `bool selfOptimize` - *optional(=true)* whether or not peers in a partial mesh network should self-optimize their connections. LioWebRTC uses a more object-oriented version of an adjacency list to represent the p2p graph, with the weights of the edges representing roundtrip latency between two nodes. With `selfOptimize` set to true, peers automatically disconnect from neighbors with latencies >=1 std. deviation from the mean, and reconnect to a new random peer.
 
 ### Fields
 
-- 
GitLab