From d9ff7eacd411dab3835d2c40654ff4e2f2472079 Mon Sep 17 00:00:00 2001 From: Ashley Strahle Date: Tue, 23 Aug 2022 20:05:22 +1000 Subject: [PATCH] Update README.md --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 5d30b6d..7ade611 100644 --- a/docs/README.md +++ b/docs/README.md @@ -25,12 +25,12 @@ 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 PowerShell Execution Policies has been sufficiently opened to allow your scripts to run. If in doubt (and at own risk), as Administrator run: +* Ensure PowerShell Execution Policies have been sufficiently opened to allow scripts to run. If in doubt (and at own risk), as Administrator run: ```powershell Set-ExecutionPolicy Unrestricted -Scope CurrentUser Set-ExecutionPolicy Unrestricted -Scope Process ``` -Note: for *Visual Studio* users, **execute the above in Package Manager Console** +**Note:** for *Visual Studio* users, **execute the above in Package Manager Console** * Place your PowerShell scripts in **~/Scripts/**. .NET requires the path to be relative to the project, hence this location.