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 ```