aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTeddy Wing2020-08-05 22:21:44 +0200
committerTeddy Wing2020-08-06 00:18:19 +0200
commita9c9d1c3a20af5779145dbba8cdfbf0d1fbb960f (patch)
tree045b3e594a5679e3867cb39037f968f0c93855f9 /README.md
parentfd63548311453520eef6d20908ff6fc8454d11df (diff)
downloadgit-suggestion-a9c9d1c3a20af5779145dbba8cdfbf0d1fbb960f.tar.bz2
Rename the project `git-suggestion`
Since this is a Git command, this makes more sense to me.
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
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