Skip to content

Commit 06544ec

Browse files
committed
Update README.md
Update the module name back to PSScriptAnalyzer name.
1 parent 420f995 commit 06544ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ Download the latest WMF package from [Windows Management Framework 5.0 Preview F
2323
Installation
2424
============
2525

26-
1. Build the Code using Visual Studio [solution part of the repo] and navigate to the binplace location [``~/ProjectRoot/ScriptAnalyzer``]
26+
1. Build the Code using Visual Studio [solution part of the repo] and navigate to the binplace location [``~/ProjectRoot/PSScriptAnalyzer``]
2727

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

3434
To confirm installation: run ```Get-ScriptAnalyzerRule``` in the PowerShell console to obtain the built-in rules
3535

0 commit comments

Comments
 (0)