From 7c5a7da53faae08f2939e74ad50f341f45b35f66 Mon Sep 17 00:00:00 2001 From: Ashley Strahle Date: Tue, 23 Aug 2022 19:52:46 +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 48dac6e..d8166dc 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,7 +2,7 @@ Execute PowerShell scripts via .Net Blazor Server WebApp with real-time output -Useful for automation and user accessibility, this is a working .NET Blazor Server WebApp that asynchronously executes PowerShell scripts, and writes the Output, Information, Progress, Warning, and Error streams to a results window in real-time. +Useful for automation and user accessibility, this is a working .NET Blazor Server WebApp that asynchronously executes PowerShell scripts, and writes the Output, Information, Progress, Warning, and Error streams in real-time. **test.ps1** (included in this project): ```powershell