From 4aae3a26c7d70ae222f1383ecd79ed7f739eafcf Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Tue, 21 May 2024 13:55:39 -0500 Subject: [PATCH] Fix install command (#226) --- .../docs-conceptual/PlatyPS/create-help-using-platyps.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/docs-conceptual/PlatyPS/create-help-using-platyps.md b/reference/docs-conceptual/PlatyPS/create-help-using-platyps.md index bdc16e2..7ad914e 100644 --- a/reference/docs-conceptual/PlatyPS/create-help-using-platyps.md +++ b/reference/docs-conceptual/PlatyPS/create-help-using-platyps.md @@ -1,6 +1,6 @@ --- description: Using PlatyPS is the fast and efficient way to create XML-based help. -ms.date: 11/10/2023 +ms.date: 05/21/2024 title: Create XML-based help using PlatyPS --- # Create XML-based help using PlatyPS @@ -41,7 +41,7 @@ First you must install PlatyPS from the PowerShell Gallery. Install-Module platyps -Force # Install using PSResourceGet 1.x -Install-PSResource platyps -Force +Install-PSResource platyps -Reinstall ``` After installing PlatyPS, import the module into your session.