Simple rename

This commit is contained in:
Markus Fleschutz 2021-11-18 15:36:56 +01:00
parent a6a1774fa6
commit a9b4f6f33f
2 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
<# <#
.SYNOPSIS .SYNOPSIS
Opens Facebook's website Opens the Facebook website
.DESCRIPTION .DESCRIPTION
This script launches the Web browser with Facebook's website. This script launches the Web browser with the Facebook website.
.EXAMPLE .EXAMPLE
PS> ./open-facebook PS> ./open-facebook-website
.NOTES .NOTES
Author: Markus Fleschutz · License: CC0 Author: Markus Fleschutz · License: CC0
.LINK .LINK

View File

@ -4,7 +4,7 @@
.DESCRIPTION .DESCRIPTION
This script launches the Web browser with the Yahoo website. This script launches the Web browser with the Yahoo website.
.EXAMPLE .EXAMPLE
PS> ./open-yahoo PS> ./open-yahoo-website
.NOTES .NOTES
Author: Markus Fleschutz · License: CC0 Author: Markus Fleschutz · License: CC0
.LINK .LINK