Skip to content

Commit f9661f9

Browse files
authored
Remove references to Windows in Introduction (#1509)
1 parent c265f03 commit f9661f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Table of Contents
3737

3838
Introduction
3939
============
40-
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.
40+
PSScriptAnalyzer is a static code checker for PowerShell modules and scripts. PSScriptAnalyzer checks the quality of PowerShell code by running a set of rules.
4141
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
4242
code defects and suggests possible solutions for improvements.
4343

0 commit comments

Comments
 (0)