From 1cebecaed1ef0b8ec9a68509b9a30d3619d0b52f Mon Sep 17 00:00:00 2001 From: "Rodweil, Theodor" Date: Sun, 6 Aug 2023 22:28:25 +0200 Subject: [PATCH] docs(README): fix typo in command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e480e36..3416465 100755 --- a/README.md +++ b/README.md @@ -120,4 +120,4 @@ some tests fail, if ran via the wildcard discovery. Execute the following from within a PowerShell session to temporarily circumvent this problem: -``PS > Get-ChildItem Contoso/*.Tests.ps1 | ForEach {pwsh -c Invoke-Pester (Resolve-Path -Relative $_)}`` +``$ pwsh -c 'Get-ChildItem PSConfluencePublisher/*.Tests.ps1 | ForEach {pwsh -c Invoke-Pester (Resolve-Path -Relative $_)}'``