From 2460e52e09aa61d258c515948fc7d66b10b5bb04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?OpenSpeedTest=E2=84=A2?= <51720450+openspeedtest@users.noreply.github.com> Date: Sat, 28 Jan 2023 13:26:35 +0530 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 081da0b..9f8d701 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ OpenSpeedTest-Server is available for Windows, Mac, Linux, Android, iOS & Docke -To enable stress pass 'Stress' or 'S' keyword as a URL parameter. +To enable the stress test. Pass 'Stress' or 'S' keyword as a URL parameter. @@ -98,8 +98,7 @@ http://192.168.1.5?stress=low ```` -After stress keyword you should give a value, number of seconds or preset values such as "low", "medium" ,"high" ,"veryhigh" ,"extreme", "day", "year". Will run a speed test for 300,600,900,1800,3600,86400,31557600 seconds respectively. Also you can feed the first letter of each parameter and its values. - +After the 'STRESS' or 'S' keyword, you can specify the number of seconds you need to run the StressTest in seconds, or preset values such as "low", "medium", "high", "veryhigh", "extreme", "day", and "year". Will run a speed test for 300,600,900,1800,3600,86400,31557600 seconds, respectively. Also, you can feed the first letter of each parameter and its values. ```` @@ -108,7 +107,7 @@ http://192.168.1.5?s=l ```` -s=l is same as passing Stress=low +s=l is the same as passing Stress=low Or you can specify eg:5000 directly without any preset keywords.