From 9c16c2c6e201c29cffd6b75a08cbfc66e1c8d880 Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Mon, 17 Jun 2019 09:14:10 -0400 Subject: [PATCH] Fix CodeBlock Formatting --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eb5dfe1..1d7b083 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,9 @@ 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. -`PS> Install-Module -name ZertoApiWrapper +``` +PS> Install-Module -name ZertoApiWrapper +``` ## Getting Started