From c341d70f733efafe1dd80cc1277ef12ddbccb29f Mon Sep 17 00:00:00 2001 From: ek-dyoder Date: Wed, 4 Mar 2026 23:21:08 -0500 Subject: [PATCH] fix: Correct typo in project name in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1efd106..748ebaa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ekekDNSHelper +# ekDNSHelper A cross-platform CLI tool that resolves hostnames against DNS servers and writes the resulting IP-to-hostname mappings into the local hosts file. It manages a clearly delimited block within the hosts file so it can cleanly add and remove only its own entries.