From a9c9d1c3a20af5779145dbba8cdfbf0d1fbb960f Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 5 Aug 2020 22:21:44 +0200 Subject: Rename the project `git-suggestion` Since this is a Git command, this makes more sense to me. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4d90d54..3304558 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -github-suggestion -================= +git-suggestion +============== Diffs and patches for GitHub pull request suggestions. Given a suggestion ID, get a unified diff of the suggested change, or apply it directly to the working @@ -61,18 +61,18 @@ copy in a Git repository. ## Install -On Mac OS X, GitHub-Suggestion can be installed with Homebrew: +On Mac OS X, Git-Suggestion can be installed with Homebrew: - $ brew install teddywing/formulae/github-suggestion + $ brew install teddywing/formulae/git-suggestion To compile from source or install on other platforms: - $ cargo install --git https://github.com/teddywing/github-suggestion.git --root /usr/local + $ cargo install --git https://github.com/teddywing/git-suggestion.git --root /usr/local ## Uninstall - $ cargo uninstall --root /usr/local github-suggestion + $ cargo uninstall --root /usr/local git-suggestion ## License -- cgit v1.2.3