From c8bc0784b0968e5314cd61812fcbc3c946499ad0 Mon Sep 17 00:00:00 2001 From: Baipyrus <39416358+Baipyrus@users.noreply.github.com> Date: Tue, 3 Sep 2024 13:47:51 +0200 Subject: [PATCH] remove intentional newline in installation step, ignoring markdown_lint --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ad4818..664395d 100644 --- a/README.md +++ b/README.md @@ -21,8 +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