From 26d1a6b33ae536e6eefc38ed56b03f13ec7fbe9c Mon Sep 17 00:00:00 2001 From: Nick Richards Date: Sun, 21 Jan 2024 10:20:32 -0700 Subject: [PATCH] Update README.md replaced command with what works in the terminal. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa499c3..cce250b 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ set if you're interested in this script after all!) For example, if you want to open up repo `bar` for Github author `foo`, you'd run: - $ ./git-open.sh foo bar + $ git-open foo bar which will open your web-browser to the given user's repo. If, on the other hand, you've configured your local git to include a github section and your username is set to `baz` and you want to open your `bar` repo: - $ ./git-open.sh foo # defaults to `baz` for author name + $ git-open foo # defaults to `baz` for author name ## Installation