From 31b91074a37ef3cb1bc63b60404ab41c2a3a6b7f Mon Sep 17 00:00:00 2001 From: Vincent Klaiber Date: Mon, 29 Feb 2016 11:51:18 +0100 Subject: [PATCH] Remove www on GitHub links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33c160d..63b2042 100644 --- a/README.md +++ b/README.md @@ -608,7 +608,7 @@ cd "$(osascript -e 'tell app "Finder" to POSIX path of (insertion location as al #### Open URL ```bash -open https://www.github.com +open https://github.com ``` #### Open File @@ -619,7 +619,7 @@ open README.md #### Open Applications You can open applications using `-a`. ```bash -open -a "Google Chrome" https://www.github.com +open -a "Google Chrome" https://github.com ``` #### Open Folder