From af3a3549ff6411d0f560c76223769fb8a736f279 Mon Sep 17 00:00:00 2001 From: Jake Hildreth <93942157+jakehildreth@users.noreply.github.com> Date: Tue, 26 May 2026 21:23:40 -0400 Subject: [PATCH] docs(READMEN): Update template name for PowerShell module creation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90e241f..0a401c2 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Import-Module .\Plaster\Plaster\Plaster.psd1 Get-PlasterTemplate # Create a new PowerShell module (interactive) -$template = Get-PlasterTemplate | Where-Object Name -eq NewPowerShellModule +$template = Get-PlasterTemplate | Where-Object Name -eq NewPowerShellScriptModule Invoke-Plaster -TemplatePath $template.TemplatePath -DestinationPath .\MyNewModule # Non-interactive with parameters