From 80f82ae165f5b53abfe308074c385d9657ec0272 Mon Sep 17 00:00:00 2001 From: Ashley Strahle Date: Tue, 23 Aug 2022 20:13:52 +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 918a3e8..e9f716f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -23,7 +23,7 @@ Looks like this... * PowerShell scripts must be non-interactive; there's no means to provide input back to PowerShell scripts once they're running. -* 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. +* 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 have been sufficiently opened to allow scripts to run. If in doubt (and at own risk), as Administrator run: ```powershell