From 1a5bde5cd39ca45c32913fc1416b6913e113dfae Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Thu, 24 Aug 2023 14:29:49 +0200 Subject: [PATCH] Update tell-joke.ps1 and tell-quote.ps1 --- Scripts/tell-joke.ps1 | 2 +- Scripts/tell-quote.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/tell-joke.ps1 b/Scripts/tell-joke.ps1 index dba54808..50b61c85 100755 --- a/Scripts/tell-joke.ps1 +++ b/Scripts/tell-joke.ps1 @@ -1,6 +1,6 @@ <# .SYNOPSIS - Tells a joke by text-to-speech + Tells a random joke by text-to-speech .DESCRIPTION This PowerShell script selects a random Chuck Norris joke in Data/jokes.csv and speaks it by text-to-speech (TTS). .EXAMPLE diff --git a/Scripts/tell-quote.ps1 b/Scripts/tell-quote.ps1 index 2215312f..f8aa081c 100755 --- a/Scripts/tell-quote.ps1 +++ b/Scripts/tell-quote.ps1 @@ -1,6 +1,6 @@ <# .SYNOPSIS - Tells a quote by text-to-speech + Tells a random quote by text-to-speech .DESCRIPTION This PowerShell script selects a random quote from Data/quotes.csv and speaks it by text-to-speech (TTS). .EXAMPLE