From 070b85950e3a2570aab0db2914c9999964ffb739 Mon Sep 17 00:00:00 2001 From: Ben Whitmore <44303264+byteben@users.noreply.github.com> Date: Wed, 22 Jul 2020 14:35:38 +0100 Subject: [PATCH] Spelling mistake corrected and example adjusted to avoid ambiguity --- Toast_Notify.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Toast_Notify.ps1 b/Toast_Notify.ps1 index 50814e5..eb1c2f6 100644 --- a/Toast_Notify.ps1 +++ b/Toast_Notify.ps1 @@ -21,13 +21,13 @@ CustomMessage.xml Specify the name of the XML file to read. The XML file must exist in the same directory as Toast_Notify.ps1. If no parameter is passed, it is assumed the XML file is called CustomMessage.xml. .PARAMETER XMLOtherSource -Specify the location of the Custom XML file used for the Toast when it is not in the saem directory as the Toast_Notify.ps1 script +Specify the location of the Custom XML file used for the Toast when it is not in the same directory as the Toast_Notify.ps1 script .EXAMPLE Toast_Notify.ps1 -XMLOtherSource "\\fileserverhome\xml\CustomMessage.xml" .EXAMPLE -Toast_Notify.ps1 -XMLSciptDirSource "CustomMessage5.xml" +Toast_Notify.ps1 -XMLSciptDirSource "PhoneSystemProblems.xml" .EXAMPLE Toast_Notify.ps1