From a8025f4be1eead73d0855e59f4ed011c00b400da Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Mon, 17 Jun 2019 09:18:04 -0400 Subject: [PATCH] Fix Install CodeBlock --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d7b083..042daa0 100644 --- a/README.md +++ b/README.md @@ -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 ```