From 3b950a2737ec52a98db15bff44760392ea53ef91 Mon Sep 17 00:00:00 2001 From: amd64fox Date: Fri, 20 May 2022 15:31:55 +0300 Subject: [PATCH] Link simplification --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36e7184..f1901c5 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ or * Run The following command in PowerShell: ```ps1 -[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing 'https://raw.githubusercontent.com/amd64fox/SpotX/main/Install.ps1' | Invoke-Expression +[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; iwr -useb 'https://raw.githubusercontent.com/amd64fox/SpotX/main/Install.ps1' | iex ```

Uninstall: