From bb49f5a5085484da42b72a9f5a9c1624342f5a29 Mon Sep 17 00:00:00 2001 From: Shane Zarechian Date: Tue, 31 Dec 2024 11:36:58 -0500 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index df315e7..76c1e1c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ A Python script that lets you monitor internet uptime by pinging DNS servers. It pings Cloudflare (1.1.1.1), Google (8.8.8.8), and Quad9 (9.9.9.9). If you find this tool useful, consider giving it a ⭐ on GitHub to help others discover it! - ## Prerequisites For running with python, follow the below steps. If you don't want to use python, I've also compiled it into an .exe that you can point and click to run, but I recommend python for optimal stability.