From 3ef829221d3042c6c72053c7f9516d6e399cec2d Mon Sep 17 00:00:00 2001 From: Alex Kup <116945542+Lifailon@users.noreply.github.com> Date: Tue, 20 Feb 2024 21:55:19 +0300 Subject: [PATCH] add example pester --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f71cbde..447a034 100644 --- a/README.md +++ b/README.md @@ -360,11 +360,11 @@ $(foreach ($Group in $Groups) { $Group.Group[0] }) | Format-Table ``` -# NPP +# npp `pwsh -NoExit -ExecutionPolicy Unrestricted -WindowStyle Maximized -File "$(FULL_CURRENT_PATH)"` -%AppData%\Notepad++` themes/shortcuts.xml +`%AppData%\Notepad++` themes/shortcuts.xml ``` @@ -7184,7 +7184,7 @@ $Client.Dispose() ``` # Pester -[Pester](https://github.com/pester/Pester) +Source: [Pester](https://github.com/pester/Pester) `Install-Module -Name Pester -Repository PSGallery -Force -AllowClobber` \ `Import-Module Pester` \