From bb24d90592e3b332448daf1ec2f0675144e09ea4 Mon Sep 17 00:00:00 2001 From: Baipyrus <39416358+Baipyrus@users.noreply.github.com> Date: Tue, 3 Sep 2024 13:49:23 +0200 Subject: [PATCH] bugfix: add a previously removed single quote in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 664395d..35e6099 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ save configurations, or exit the application. ```powershell # Using 'Invoke-RestMethod' and 'Invoke-Expression' - irm 'https://raw.githubusercontent.com/Baipyrus/ProxySwitcher/main/install.ps1 | iex + irm 'https://raw.githubusercontent.com/Baipyrus/ProxySwitcher/main/install.ps1' | iex ``` ## Usage