diff --git a/README.md b/README.md index 72478b593..256882171 100644 --- a/README.md +++ b/README.md @@ -261,7 +261,7 @@ that does not output an Error or Warning diagnostic record. Then invoke that settings file when using `Invoke-ScriptAnalyzer`: ``` PowerShell -Invoke-ScriptAnalyzer -Path MyScript.ps1 -Setting ScriptAnalyzerSettings.psd1 +Invoke-ScriptAnalyzer -Path MyScript.ps1 -Setting PSScriptAnalyzerSettings.psd1 ``` The next example selects a few rules to execute instead of all the default rules.