File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ This repository contains a set of PowerShell cmdlets for developers and administ
50
50
51
51
For detail descriptions and examples of the cmdlets, type
52
52
* ``` help azure ``` to get all the cmdlets.
53
- * ``` help azurerm ``` to get all the Azure Resource Manaber (ARM) cmdlets.
53
+ * ``` help azurerm ``` to get all the Azure Resource Manager (ARM) cmdlets.
54
54
* ``` help <cmdlet name> ``` to get the details of a specific cmdlet.
55
55
56
56
## Supported Environments
@@ -72,9 +72,9 @@ For detail descriptions and examples of the cmdlets, type
72
72
You can also find the standalone installers for all the versions at [ Downloads] ( https://github.com/Azure/azure-powershell/releases )
73
73
74
74
### PowerShell Gallery
75
- 1 . Install [ Windows Management Framework 5 ot PowerShellGet cmdlets] ( https://www.powershellgallery.com/GettingStarted?section=Get%20Started )
75
+ 1 . Install [ Windows Management Framework 5 with PowerShellGet cmdlets] ( https://www.powershellgallery.com/GettingStarted?section=Get%20Started )
76
76
2 . In an elevated PowerShell session, run ``` Install-Module AzureRM ```
77
- 3 . run ``` Install-AzureRm ```
77
+ 3 . Run ``` Install-AzureRm ```
78
78
4 . Top install RDFE cmdlets, run ``` Install-Module Azure ```
79
79
80
80
### Source Code
You can’t perform that action at this time.
0 commit comments