diff --git a/scripts/Internet Speed Checker/Readme.md b/scripts/Internet Speed Checker/Readme.md index 8c92e6c..ccf796c 100644 --- a/scripts/Internet Speed Checker/Readme.md +++ b/scripts/Internet Speed Checker/Readme.md @@ -7,9 +7,9 @@ This script will check your internet speed and with Download and Upload speed , 1. Install the Speedtest Package using the following command: - `pip install speedtest` + `pip install speedtest-cli` - Official Documentation: https://pypi.org/project/speedtest/ + Official Documentation: https://pypi.org/project/speedtest-cli/ 2. Run the script @@ -27,4 +27,5 @@ ISP: Alliance Broadband Services Pvt. ``` ## Author -Name: [Abhishek Kushwaha](https://github.com/Abbhiishek) \ No newline at end of file +Name: [Abhishek Kushwaha](https://github.com/Abbhiishek) +Name: [Jack Eakle](https://github.com/jaeakle) diff --git a/scripts/Internet Speed Tester/Readme.md b/scripts/Internet Speed Tester/Readme.md index f1f70ec..b3caa9a 100644 --- a/scripts/Internet Speed Tester/Readme.md +++ b/scripts/Internet Speed Tester/Readme.md @@ -6,9 +6,9 @@ This GUI App made with Tkinter will display your internet speed(upload and downl 1. Install the Speedtest Package using the following command: - `pip install speedtest` + `pip install speedtest-cli` - [Learn More about speedtest library](https://pypi.org/project/speedtest/) + [Learn More about speedtest library](https://pypi.org/project/speedtest-cli/) 2. Run the script @@ -21,3 +21,4 @@ This GUI App made with Tkinter will display your internet speed(upload and downl ## Author Name: [Dishant Yadav](https://github.com/dishant-yadav) +Name: [Jack Eakle](https://github.com/jaeakle)