From 29cc1168ff821529dda3b4c1f44186084951a715 Mon Sep 17 00:00:00 2001 From: Joey Orlando Date: Tue, 7 Apr 2026 16:43:30 -0400 Subject: [PATCH] docs: fix typo in quickstart command gh org --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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)