From 378508de5439d1e33d91d279d18db5a8a4dff5e4 Mon Sep 17 00:00:00 2001 From: Array in a Matrix Date: Sat, 7 May 2022 02:52:14 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 803a406..7cdae51 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # IP Grabber Logs the client IPv4 address and redirects them to a target website using Node.js. -The grabber will redirect the client to the first commandline argument (a link or IP) if it exists. Otherwise, it will use the default link defined in the code. A Node.js server will be hosted on port 3030 when script is running. +The grabber will redirect the client to the first commandline argument (a link or IP) if it exists. Otherwise, it will use the default link defined in the code. A Node.js server will be hosted on port 3030 (by default) when script is running.