From b1a5bb593cd9afd55f191841d3136c53ade3eab4 Mon Sep 17 00:00:00 2001
From: timtoum <timothee.faure@cegetel.net>
Date: Tue, 1 Aug 2017 15:55:38 +0200
Subject: [PATCH] update docs

---
 docs/weave.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/weave.md b/docs/weave.md
index d5a4e351d..7ac69609c 100644
--- a/docs/weave.md
+++ b/docs/weave.md
@@ -89,9 +89,9 @@ weave_seed: uninitialized
 weave_peers: uninitialized
 ```
 
-The first variable, `weave_seed`, saves the firsts nodes of the weave network
+The first variable, `weave_seed`, contains the initial nodes of the weave network
 
-The seconde variable, `weave_peers`, saves IP of all nodes of the weave network
+The seconde variable, `weave_peers`, saves the IPs of all nodes joined to the weave network
 
 These two variables are used to connect a new node to the weave network. The new node needs to know the firsts nodes (seed) and the list of IPs of all nodes.
 
-- 
GitLab