We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 441608d commit 43c1bb5Copy full SHA for 43c1bb5
1 file changed
README.md
@@ -25,10 +25,10 @@ but we believe that this project in more user-friendly.
25
26
```powershell
27
# PowerShell 7.3 and below
28
-Install-Module -Name AzureDevOpsPowerShellAPI -Scope CurrentUser
+Install-Module -Name AzureDevOpsPowerShell -Scope CurrentUser
29
30
# PowerShell 7.4 and up
31
-Install-PSresource -Name AzureDevOpsPowerShellAPI -Scope CurrentUser
+Install-PSresource -Name AzureDevOpsPowerShell -Scope CurrentUser
32
```
33
34
## Basic Usage
0 commit comments