From 05a5a150577df99151d95472fb05f1e95ef46f8e Mon Sep 17 00:00:00 2001 From: George Schizas <598065+gschizas@users.noreply.github.com> Date: Wed, 1 Apr 2026 07:22:39 +0300 Subject: [PATCH] Fix repository links in README.md Updated repository links in the README for accuracy. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d6f552b..ebed2c9 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