From cdad0c5e795a0a697a0889bb895327b48033ec38 Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Fri, 5 Jun 2020 09:43:48 -0400 Subject: [PATCH] Correct example numbering issue --- docs/Get-ZertoEvent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Get-ZertoEvent.md b/docs/Get-ZertoEvent.md index d9e842e..50d9273 100644 --- a/docs/Get-ZertoEvent.md +++ b/docs/Get-ZertoEvent.md @@ -66,7 +66,7 @@ PS C:\> Get-ZertoEvent -eventId "Need an eventID" Returns information for each -eventID specified. -### Example 1 +### Example 3 ```powershell PS C:\> Get-ZertoEvent -startDate "2019-01-01" -endDate "2019-01-07" -vpg "My Vpg" ```