diff --git a/Scripts/open-facebook.ps1 b/Scripts/open-facebook-website.ps1 similarity index 64% rename from Scripts/open-facebook.ps1 rename to Scripts/open-facebook-website.ps1 index eaa2dfac..36a7f9b1 100755 --- a/Scripts/open-facebook.ps1 +++ b/Scripts/open-facebook-website.ps1 @@ -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 diff --git a/Scripts/open-yahoo.ps1 b/Scripts/open-yahoo-website.ps1 similarity index 92% rename from Scripts/open-yahoo.ps1 rename to Scripts/open-yahoo-website.ps1 index 72136ffe..9411bb77 100755 --- a/Scripts/open-yahoo.ps1 +++ b/Scripts/open-yahoo-website.ps1 @@ -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