diff --git a/README.md b/README.md index d6f552b..9fe5df5 100644 --- a/README.md +++ b/README.md @@ -25,17 +25,17 @@ npm list -g axios **Mac/Linux:** ```bash -curl -sL https://raw.githubusercontent.com/networkchuck/axios-attack-guide/main/check.sh | bash +curl -sL https://raw.githubusercontent.com/thenetworkchuck/axios-attack-guide/main/check.sh | bash ``` **Windows (PowerShell):** ```powershell -irm https://raw.githubusercontent.com/networkchuck/axios-attack-guide/main/check.ps1 | iex +irm https://raw.githubusercontent.com/thenetworkchuck/axios-attack-guide/main/check.ps1 | iex ``` Or clone and run locally: ```bash -git clone https://github.com/networkchuck/axios-attack-guide.git +git clone https://github.com/thenetworkchuck/axios-attack-guide.git cd axios-attack-guide ./check.sh # Mac/Linux .\check.ps1 # Windows PowerShell @@ -201,4 +201,4 @@ Both package managers do **NOT** run lifecycle scripts by default. This attack w --- -Made with coffee by [NetworkChuck](https://youtube.com/networkchuck) +Made with coffee by [NetworkChuck](https://youtube.com/thenetworkchuck)