From e4755b266c8a4ca331a2edef5bc09505e5197292 Mon Sep 17 00:00:00 2001 From: Caden F <121118774+MysticalMike60t@users.noreply.github.com> Date: Fri, 4 Oct 2024 15:23:37 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf3c3a6..00cd7ac 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,5 @@ Powershell scripts to use with "iwr" and "iex" commands with. ```powershell -iwr https://raw.githubusercontent.com/MysticalMike60t/powershell/refs/heads/main/scripts/SCRIPT_NAME.ps1 | iex +iwr https://powershell.cadenf.com/SCRIPT_NAME.ps1 | iex ```