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 ```