From 48855eae57cbc229624c4852eeb4093d730ff3d8 Mon Sep 17 00:00:00 2001 From: Florian Eiden Date: Thu, 10 Sep 2020 13:08:52 -0700 Subject: [PATCH] Fix download syntax --- README_DEV.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_DEV.md b/README_DEV.md index 98191a8..3af6faf 100644 --- a/README_DEV.md +++ b/README_DEV.md @@ -53,7 +53,7 @@ From the Gallery Get-InstalledModule -name asa.unittest Uninstall-Module -Name asa.unittest -Install-Module -Name asa.unittest -verbose -version 1.0.3 +Install-Module -Name asa.unittest -verbose -force ``` ## Development