Update description

This commit is contained in:
Markus Fleschutz
2021-09-27 08:35:45 +02:00
parent fabe750544
commit 9a1f0113e0
18 changed files with 40 additions and 39 deletions

View File

@ -2,9 +2,9 @@
.SYNOPSIS
speak-file.ps1 [<file>]
.DESCRIPTION
Speaks the content of the given text file by text-to-speech (TTS).
Speaks the content of the given text file by text-to-speech (TTS)
.EXAMPLE
PS> .\speak-file.ps1 C:\MyFile.txt
PS> ./speak-file C:\MyFile.txt
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK