Update README.md

This commit is contained in:
2022-08-23 19:52:46 +10:00
committed by GitHub
parent 4a71970c81
commit 7c5a7da53f

View File

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