Fix Install CodeBlock

This commit is contained in:
Wes Carroll
2019-06-17 09:18:04 -04:00
committed by GitHub
parent 9c16c2c6e2
commit a8025f4be1
+2 -1
View File
@@ -20,7 +20,8 @@ This code is still under development! Please use carefully and if you encounter
## Installing the Module
This module can be installed directly from the [PowerShell Gallery](https://www.powershellgallery.com/packages/ZertoApiWrapper) with the following command.
```
```PowerShell
PS> Install-Module -name ZertoApiWrapper
```