From 34cb9be3f60d02b01580ef168bb43817aa60c2f1 Mon Sep 17 00:00:00 2001 From: "Rodweil, Theodor" Date: Sun, 6 Aug 2023 04:11:37 +0200 Subject: [PATCH] docs(README): fix code block it should be clear that the wrapping command does not necessarily need to be triggered from within a PowerShell session. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29d6ef0..c1c0ca3 100755 --- a/README.md +++ b/README.md @@ -92,5 +92,5 @@ does not work as expected on the `Import-Module` cmdlet (within the `BeforeAll` script blocks). Therefore it is advised to wrap the `Invoke-Pester` as follows so that the global scope gets teared down after execution. -``PS> pwsh -c "Invoke-Pester PSConfluencePublisher/*.Tests.ps1 -Show 'All'"`` +``$ pwsh -c "Invoke-Pester PSConfluencePublisher/*.Tests.ps1 -Show 'All'"``