From f0b5a855ad4daa42867061a5d05aac55aed55111 Mon Sep 17 00:00:00 2001 From: Braydon Kains Date: Sat, 7 Mar 2020 22:52:58 -0500 Subject: [PATCH] Changed the name of the project --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cdb66d..5ebcc24 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# eznetstat: A command line application with netstat shortcuts +# eznet-cli: A command line application with netstat shortcuts Have you ever needed to remember how to check what process is on a port and forgotten how to do it? There are loads of netstat commands that can be tricky to remember. This is a work in progress command line application to give direct shortcuts to those netstat operations.