From d25b06b7c2f28f7f99b191a8bd6fc0d042152cfc Mon Sep 17 00:00:00 2001 From: Federico Lillacci <65031947+tsmagnum@users.noreply.github.com> Date: Thu, 30 Oct 2025 07:04:43 +0100 Subject: [PATCH] Readme typos --- CHANGELOG.md | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e723de..178f3e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,8 @@ Placeholder for upcoming changes. ## [2.0.1] - 2025-10-30 ### Fixed -- Bug in Save-SafeCreds.ps1 preventing execution of the script fixed -- Bug in SendEmailReport-Mailkit preventing the import Send-MailKitMessage module +- Bug in Save-SafeCreds.ps1 preventing execution of the script fixed. +- Bug in SendEmailReport-Mailkit preventing the import Send-MailKitMessage module. ## [2.0.0] - 2025-10-27 diff --git a/README.md b/README.md index db4974d..03f59e6 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ Defined in `GlobalVariables.ps1`: ## Usage ```powershell - 'powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\Hyper-V-Report.ps1' + 'powershell.exe -ExecutionPolicy Bypass -File .\Hyper-V-Report.ps1' ``` Ensure all required variables and modules are properly configured before execution. @@ -114,7 +114,7 @@ To securely store SMTP credentials for email delivery, use the `Save-SafeCreds.p ### Usage ```powershell -'powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\Save-SafeCreds.ps1' +'powershell.exe -ExecutionPolicy Bypass -File .\Save-SafeCreds.ps1' ``` This script: