From f9c9204b385e83209a6fbbf5e452083eb30896c5 Mon Sep 17 00:00:00 2001 From: trashbo4t Date: Sat, 13 Apr 2019 11:51:19 -0400 Subject: [PATCH] modified comment --- InternetSpeedTest/api/module.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/InternetSpeedTest/api/module.php b/InternetSpeedTest/api/module.php index 8623f8c..68b6144 100644 --- a/InternetSpeedTest/api/module.php +++ b/InternetSpeedTest/api/module.php @@ -75,8 +75,8 @@ class InternetSpeedTest extends Module // // runSpeedTest - // this function will execute the wget command download a 500mb file from softlayer.com - // as and return the output of @getSpeedTestFile + // this function will execute the wget command download a 50 MB worth of data from the hak5 repo on github.com + // and return the formatted output of @getSpeedTestFile // public function runSpeedTest($file) {