From 5051bd362229402722476691f61519b5e3c111c1 Mon Sep 17 00:00:00 2001 From: Gil Ferreira Date: Fri, 29 Dec 2017 11:52:22 -0500 Subject: [PATCH] Fix typo in README The path for settings does not match example above and below. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.