From 59b6bcf8ccef951050a3a82c312ccd0dcf5adffc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= <henrik.tjader@gmail.com>
Date: Fri, 6 Feb 2015 08:57:56 +0100
Subject: [PATCH] Updated the wording in the README, it now better reflect the
 defaults.

---
 README | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/README b/README
index b0ed13f..d992080 100644
--- a/README
+++ b/README
@@ -16,14 +16,16 @@ Requirements:
 
 Usage instructions:
 
-    On one machine open UDP_client_server.py, change the IP addresses, ports, packet size, etc.
+    On one machine edit UDP_client_server.py, change the IP addresses, ports, packet size, etc
+    accordingly to your network settings.
 
     On the other machine do the same with the UDP_reflector.py
 
-    As default they point to localhost (IPv6), so it is possible to run it on loopback.
+    As default both IPv4 and IPv6 loopback devices are provided in the code,
+    use these as a starting ground for your use-case.
 
-    Start UDP_reflector.py first: python UDP_reflector.py
-    Start UDP_client_server.py: python UDP_client_server.py
+    Start UDP_reflector.py first: python(2) UDP_reflector.py
+    Start UDP_client_server.py: python(2) UDP_client_server.py
 
     Stop with CTRL+C
 
-- 
GitLab