From 7fbdb6491e2872461354c8d880be0c86a93f2e3e Mon Sep 17 00:00:00 2001 From: Stephen Nix <11358399+nixuno@users.noreply.github.com> Date: Wed, 25 Jan 2023 15:37:52 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fe22e4..6bddfec 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Install-Module -Name Strapper -Force ### Alternative Install ```powershell -git clone "https://github.com/ProVal-Tech/Strapper" (Join-Path ($env:PSModulePath -split $(if(!$IsWindows) {':'} else {';'}) | Select-Object -First 1) "Strapper\1.4.3") +git clone "https://github.com/ProVal-Tech/Strapper" (Join-Path ($env:PSModulePath -split $(if(!$IsWindows) {':'} else {';'}) | Select-Object -First 1) "Strapper\1.4.4") ``` ## Usage