From a0aa0680ef422ad81417ce07799fa58cde04541c Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sun, 5 Sep 2021 19:00:10 -0600 Subject: [PATCH] Update readme - reference version 2.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6b1257..3775155 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,8 @@ Here's a complete example assuming I want the module automatically available for account: ```powershell -# download version 1.1 -Invoke-WebRequest -Uri https://git.asifbacchus.dev/asif/ps-cmdlet-wol/archive/v1.1.zip -OutFile "$Env:DOWNLOADS\ps-cmdlet-wol.zip" +# download version 2.0 +Invoke-WebRequest -Uri https://git.asifbacchus.dev/asif/ps-cmdlet-wol/archive/v2.0.zip -OutFile "$Env:DOWNLOADS\ps-cmdlet-wol.zip" # Get PSModulePath # You should see a user-level modules path in the form of either: