Skip to content

Commit 43c1bb5

Browse files
committed
docs: Fixed install command in readme. closes #57
1 parent 441608d commit 43c1bb5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ but we believe that this project in more user-friendly.
2525

2626
```powershell
2727
# PowerShell 7.3 and below
28-
Install-Module -Name AzureDevOpsPowerShellAPI -Scope CurrentUser
28+
Install-Module -Name AzureDevOpsPowerShell -Scope CurrentUser
2929
3030
# PowerShell 7.4 and up
31-
Install-PSresource -Name AzureDevOpsPowerShellAPI -Scope CurrentUser
31+
Install-PSresource -Name AzureDevOpsPowerShell -Scope CurrentUser
3232
```
3333

3434
## Basic Usage

0 commit comments

Comments
 (0)