diff --git a/README.md b/README.md index 561ec43bd..e7cfd78ad 100644 --- a/README.md +++ b/README.md @@ -342,7 +342,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 PSScriptAnalyzerSettings.psd1 +Invoke-ScriptAnalyzer -Path MyScript.ps1 -Settings PSScriptAnalyzerSettings.psd1 ``` The next example selects a few rules to execute instead of all the default rules. @@ -355,9 +355,9 @@ The next example selects a few rules to execute instead of all the default rules } ``` -Then invoke that settings file when using: +Then invoke that settings file: ``` PowerShell -Invoke-ScriptAnalyzer -Path MyScript.ps1 -Setting ScriptAnalyzerSettings.psd1 +Invoke-ScriptAnalyzer -Path MyScript.ps1 -Settings PSScriptAnalyzerSettings.psd1 ``` ## Implicit