Skip to content

Commit b9d2792

Browse files
committed
Update README.md
Change the import module name and .psd1 file to ScriptAnalyzer to match the VS solution name. That way we can solve the confusion of binplace and import-module.
1 parent 7c969c1 commit b9d2792

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
@@ -27,7 +27,7 @@ Installation
2727

2828
2. In PowerShell Console:
2929
```powershell
30-
Import-Module PSScriptAnalyzer
30+
Import-Module ScriptAnalyzer
3131
```
3232
If you have previous version of PSScriptAnalyzer installed on your machine, you may need to override old binaries by copying content of [``~/ProjectRoot/ScriptAnalyzer``] to PSModulePath.
3333

0 commit comments

Comments
 (0)