From da0792e4e06a31b3dde962051785a082a3a864df Mon Sep 17 00:00:00 2001 From: Ashley Strahle Date: Tue, 23 Aug 2022 20:03:49 +1000 Subject: [PATCH] Update README.md --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index d8166dc..5d30b6d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -25,7 +25,7 @@ Looks like this... * Output must be written using Write-Output, Write-Information, Write-Progress, Write-Warning, or Write-Error only. Output written with Write-Host cannot be captured and hence won't display in the results window. -* Ensure the PowerShell Execution Policy has been sufficiently opened to allow your scripts to run. If in doubt and at own risk, as Administrator run: +* Ensure PowerShell Execution Policies has been sufficiently opened to allow your scripts to run. If in doubt (and at own risk), as Administrator run: ```powershell Set-ExecutionPolicy Unrestricted -Scope CurrentUser Set-ExecutionPolicy Unrestricted -Scope Process