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
Opens Facebook's website
Opens the Facebook website
.DESCRIPTION
This script launches the Web browser with Facebook's website.
This script launches the Web browser with the Facebook website.
.EXAMPLE
PS> ./open-facebook
PS> ./open-facebook-website
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK

View File

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