Update README.md

just link fix
This commit is contained in:
taygun08 2025-04-07 15:54:31 +03:00 committed by GitHub
parent 269307756d
commit 5cd97130be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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