From c777d15cec5b368c5f1063e0ad3899dd7ac15e05 Mon Sep 17 00:00:00 2001 From: Dominik Kundel Date: Thu, 4 Oct 2018 18:22:39 +0200 Subject: [PATCH] Fix casing of GitHub "h" This is a nitpicking thing but GitHub is spelled with a capital H. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27fffdb2..e6503078 100644 --- a/README.md +++ b/README.md @@ -225,7 +225,7 @@ API | Description | Auth | HTTPS | CORS | | [DomainDb Info](https://domainsdb.info/apidomainsdb/index.php) | Domain name search to find all domains containing particular words/phrases/etc | No | Yes | Unknown | | [Faceplusplus](https://www.faceplusplus.com/) | A tool to detect face | `OAuth` | Yes | Unknown | | [Genderize.io](https://genderize.io) | Determines a gender from a first name | No | Yes | Unknown | -| [Github](https://developer.github.com/v3/) | Make use of GitHub repositories, code and user info programmatically | `OAuth` | Yes | Yes | +| [GitHub](https://developer.github.com/v3/) | Make use of GitHub repositories, code and user info programmatically | `OAuth` | Yes | Yes | | [Gitlab](https://docs.gitlab.com/ee/api/) | Automate GitLab interaction programmatically | `OAuth` | Yes | Unknown | | [Gitter](https://github.com/gitterHQ/docs) | Chat for GitHub | `OAuth` | Yes | Unknown | | [HTTP2.Pro](https://http2.pro/doc/api) | Test endpoints for client and server HTTP/2 protocol support | No | Yes | Unknown |