diff --git a/src/functions/public/Get-Greeting.ps1 b/src/functions/public/Get-Greeting.ps1 index c6ec1cd..586e0d3 100644 --- a/src/functions/public/Get-Greeting.ps1 +++ b/src/functions/public/Get-Greeting.ps1 @@ -9,7 +9,12 @@ .EXAMPLE Get-Greeting -TimeOfDay 'Morning' - Returns "Good Morning!" + Returns "Good Morning!" to the user. + + .EXAMPLE + Get-Greeting -TimeOfDay 'Evening' + + Returns "Good Evening!" to the user. .LINK https://MariusStorhaug.github.io/MariusTestModule/Functions/Get-Greeting/