From 3673416cc71692eb8f6c3fc73ed2ee74b79a51a4 Mon Sep 17 00:00:00 2001 From: Eric Conrad Date: Sat, 4 May 2019 10:31:50 -0300 Subject: [PATCH] Fixed output table typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50b8966..4c2f4e9 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ For example: |HTML|.\DeepBlue.ps1 .\evtx\psattack-security.evtx \| ConvertTo-Html| |JSON|.\DeepBlue.ps1 .\evtx\psattack-security.evtx \| ConvertTo-Json| |GridView|.\DeepBlue.ps1 .\evtx\psattack-security.evtx \| Out-GridView| -|XML|.\DeepBlue.ps1 .\evtx\psattack-security.evtx| ConvertTo-Xml| +|XML|.\DeepBlue.ps1 .\evtx\psattack-security.evtx \| ConvertTo-Xml| ## Logging setup