From 5cd97130be511b59adb55589a9439c020ee2c7c2 Mon Sep 17 00:00:00 2001 From: taygun08 <37046560+taygun08@users.noreply.github.com> Date: Mon, 7 Apr 2025 15:54:31 +0300 Subject: [PATCH] Update README.md just link fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6632299..17dbda8 100644 --- a/README.md +++ b/README.md @@ -23,13 +23,13 @@ A command-line tool written in Go that checks domains for email spoofing vulnera You can install this tool using Go: ```bash -go install github.com/taygun/spoof_checker@latest +go install github.com/taygun08/spoof_checker@latest ``` Or clone the repository and install locally: ```bash -git clone https://github.com/taygun/spoof_checker.git +git clone https://github.com/taygun08/spoof_checker.git cd spoof_checker go build -o spoof_check ```