From c319e3c057dff78517eee35ff8359e1bb44d24cd Mon Sep 17 00:00:00 2001 From: Jamie Strusz Date: Wed, 16 Oct 2019 20:06:50 -0500 Subject: [PATCH] Make hub lowercase --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdd90a19..85f41ade 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ hub can be safely [aliased](#aliasing) as `git` so you can type `$ git See [Usage documentation](https://hub.github.com/hub.1.html) for the list of all commands and their arguments. -Hub can also be used to make shell scripts that [manually interface with the +hub can also be used to make shell scripts that [manually interface with the GitHub API](https://hub.github.com/hub-api.1.html). Installation -- GitLab