From b0f541417f6f5bfdd3bdb9395d95244d19391332 Mon Sep 17 00:00:00 2001 From: Aholicknight Date: Wed, 22 May 2024 11:49:42 -0600 Subject: [PATCH] change method 1 paste to a codeblock --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2daa2b2..3ea1d9f 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,10 @@ ### Method 1 - PowerShell (Recommended) - Right-click on the Windows start menu and select PowerShell or Terminal (Not CMD). -- Copy and paste the code below and press enter -`irm https://get.activated.win | iex` +- Copy and paste the code below and press enter: +``` +irm https://get.activated.win | iex +``` - You will see the activation options. Follow the on-screen instructions. - That's all.