From 997005d736fbd181ba59990d006d3d4dab1b97f6 Mon Sep 17 00:00:00 2001 From: Gary Ewan Park Date: Wed, 2 Feb 2022 10:37:23 +0000 Subject: [PATCH] (maint) Fixed rendering of code block and image These were slightly out of line in the raw markdown, meaning that the rendered HTML didn't look quite right. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0b734d4..8da63cf 100644 --- a/README.md +++ b/README.md @@ -79,8 +79,7 @@ iex (new-object System.Net.WebClient).DownloadString('https://raw.githubusercont - 3. Visualizing Azure Monitor Metrics like CPU %age on a Virtual machine in #PowerShell - +3. Visualizing Azure Monitor Metrics like CPU %age on a Virtual machine in #PowerShell ```PowerShell $ResourceID = '/subscriptions//resourceGroups/demo-resource-group/providers/Microsoft.Compute/virtualMachines/SimpleWinVM' @@ -89,7 +88,6 @@ iex (new-object System.Net.WebClient).DownloadString('https://raw.githubusercont Import-Module Graphical Show-Graph -Datapoints $Datpoints -GraphTitle 'CPU (% age)' - ``` - ![](https://github.com/PrateekKumarSingh/Graphical/blob/master/img/AzureMonitor.png) + ![](https://github.com/PrateekKumarSingh/Graphical/blob/master/img/AzureMonitor.png)