Skip to content

Commit 4c25c54

Browse files
authored
Merge pull request #845 from misterGF/patch-1
Fix typo in README
2 parents 7aa15bb + 5051bd3 commit 4c25c54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
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)