From 1526c52ed56e9f8fb40bc45bb7d9bf6d2b7fcc11 Mon Sep 17 00:00:00 2001 From: Jason McCreary Date: Wed, 23 Oct 2013 22:58:35 -0400 Subject: [PATCH] Fixed some typos. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17dd10b..a70343e 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ A command-line script to open the GitHub page for a repository. > open https://github.com/REMOTE_UPSTREAM_USER/CURRENT_REPO/tree/master ## Installation -On Unix systems you have a several options. Namely creating an alias or a symlink to `gh.sh`. +On Unix systems you have several options. Namely creating an alias or a symbolic link to `gh.sh`. -I prefer to create a symlink within `/usr/local/bin/`: +I prefer to create a symbolic link within `/usr/local/bin/`: ln -s /Users/jason/Documents/workspace/gh/gh.sh /usr/local/bin/gh