From 392f537da0b1d5cbae8f4cc69005130e4482234d Mon Sep 17 00:00:00 2001
From: Nils Steinger <git@n-st.de>
Date: Mon, 8 May 2017 21:30:06 +0200
Subject: [PATCH] Fixed reference to timeout in README

---
 README.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 296261f..96870c2 100644
--- a/README.md
+++ b/README.md
@@ -10,9 +10,10 @@ IPv4- and v6-enabled download at http://wget.racing/nench.sh
 - reduced number of speedtests (9 x 100 MB), while retaining useful European
   and North American POPs
 - runs IPv6 speedtest by default (if the server has IPv6 connectivity)
-- has a 50-second timeout for each speedtest, so you don't end up waiting 10
-  minutes for that one slow speedtest from halfway around the globe
-  (this means that any speedtest result < 2 MB/s will be squelched)
+- has a 10-second timeout for each speedtest, so you don't end up waiting 10
+  minutes for that one slow speedtest from halfway around the globe — but
+  thanks to the power of `curl -w`, you still get to see what speed your server
+  achieved during those 10 seconds
 
 The script was originally intended to be used only by me, so I didn't put much
 effort into ensuring safety, security, and interoperability.