Skip to content

Commit 5051bd3

Browse files
authored
Fix typo in README
The path for settings does not match example above and below.
1 parent 7aa15bb commit 5051bd3

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
@@ -261,7 +261,7 @@ that does not output an Error or Warning diagnostic record.
261261
Then invoke that settings file when using `Invoke-ScriptAnalyzer`:
262262

263263
``` PowerShell
264-
Invoke-ScriptAnalyzer -Path MyScript.ps1 -Setting ScriptAnalyzerSettings.psd1
264+
Invoke-ScriptAnalyzer -Path MyScript.ps1 -Setting PSScriptAnalyzerSettings.psd1
265265
```
266266

267267
The next example selects a few rules to execute instead of all the default rules.

0 commit comments

Comments
 (0)