From 5295c1fdbc73373c37d7834b4a4548c265799c97 Mon Sep 17 00:00:00 2001 From: Frederik Hjorslev Poulsen Date: Fri, 22 May 2020 10:47:21 +0200 Subject: [PATCH] Remove references to Windows in Introduction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 158904dac..c47ba4ac6 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Table of Contents Introduction ============ -PSScriptAnalyzer is a static code checker for Windows PowerShell modules and scripts. PSScriptAnalyzer checks the quality of Windows PowerShell code by running a set of rules. +PSScriptAnalyzer is a static code checker for PowerShell modules and scripts. PSScriptAnalyzer checks the quality of PowerShell code by running a set of rules. The rules are based on PowerShell best practices identified by PowerShell Team and the community. It generates DiagnosticResults (errors and warnings) to inform users about potential code defects and suggests possible solutions for improvements.