From 4a26df707958cb76c206f2ef93d502cf5be68514 Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov <10544660+farag2@users.noreply.github.com> Date: Tue, 18 Aug 2020 08:25:23 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b95d671a..426c501f 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ To run the script: - Check whether .ps1 is encoded in **UTF-8 with BOM**; - Set execution policy to be able to run scripts only in the current PowerShell session - ```powershell + ```powershell Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force ```