From 2079f8b2171d6dfde6c6090c2ea860de26052eb0 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 12 Dec 2019 17:11:27 +0100 Subject: [PATCH] One step less on execution --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 68c068a..37810f7 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,7 @@ Enable execution of PowerShell scripts: Unblock PowerShell scripts and modules within this directory: - PS > ls -Recurse *.ps1 | Unblock-File - PS > ls -Recurse *.psm1 | Unblock-File + PS > ls -Recurse *.ps*1 | Unblock-File ## Usage