From e0a8a3b53b748a4c72934e62258188a0416edef1 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Thu, 15 Apr 2021 08:46:16 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1423a918..f532c1cc 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Mega Collection of PowerShell Scripts 🔊 PowerShell Scripts for Audio & Voice ---------------------------------------- -* [convert-txt2wav.ps1](Scripts/convert-txt2wav.ps1) - converts text into a audio .WAV file +* [convert-txt2wav.ps1](Scripts/convert-txt2wav.ps1) - converts text to a .WAV audio file * [mute-audio.ps1](Scripts/mute-audio.ps1) - mutes audio * [play-beep.ps1](Scripts/play-beep.ps1) - plays a beep sound * [play-mission-impossible.ps1](Scripts/play-mission-impossible.ps1) - plays the Mission Impossible theme @@ -155,7 +155,7 @@ Mega Collection of PowerShell Scripts * [check-ipv4-address.ps1](Scripts/check-ipv4-address.ps1) - checks the given IPv4 address for validity * [check-ipv6-address.ps1](Scripts/check-ipv6-address.ps1) - checks the given IPv6 address for validity * [check-mac-address.ps1](Scripts/check-mac-address.ps1) - checks the given MAC address for validity -* [convert-csv2txt.ps1](Scripts/convert-csv2txt.ps1) - converts the given CSV file into a text list +* [convert-csv2txt.ps1](Scripts/convert-csv2txt.ps1) - converts the given CSV file to a text list * [convert-mysql2csv.ps1](Scripts/convert-mysql2csv.ps1) - converts the MySQL database table to a CSV file * [convert-sql2csv.ps1](Scripts/convert-sql2csv.ps1) - converts the SQL database table to a CSV file * [display-time.ps1](Scripts/display-time.ps1) - displays the current time for 10 seconds by default