From bcc2fc7a9e56c6de88b9270a109ac9fce64aff1f Mon Sep 17 00:00:00 2001 From: Dmitry Verkhoturov Date: Wed, 14 Oct 2020 18:51:18 +0200 Subject: [PATCH] use correct case for GitHub mentions --- README.md | 4 ++-- docs/1.6/subdomain.md | 2 +- docs/latest/subdomain.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7da08ac7..5f20c7a2 100644 --- a/README.md +++ b/README.md @@ -140,8 +140,8 @@ _this is the recommended way to run remark42_ | auth.facebook.csec | AUTH_FACEBOOK_CSEC | | Facebook OAuth client secret | | auth.microsoft.cid | AUTH_MICROSOFT_CID | | Microsoft OAuth client ID | | auth.microsoft.csec | AUTH_MICROSOFT_CSEC | | Microsoft OAuth client secret | -| auth.github.cid | AUTH_GITHUB_CID | | Github OAuth client ID | -| auth.github.csec | AUTH_GITHUB_CSEC | | Github OAuth client secret | +| auth.github.cid | AUTH_GITHUB_CID | | GitHub OAuth client ID | +| auth.github.csec | AUTH_GITHUB_CSEC | | GitHub OAuth client secret | | auth.twitter.cid | AUTH_TWITTER_CID | | Twitter Consumer API Key | | auth.twitter.csec | AUTH_TWITTER_CSEC | | Twitter Consumer API Secret key | | auth.yandex.cid | AUTH_YANDEX_CID | | Yandex OAuth client ID | diff --git a/docs/1.6/subdomain.md b/docs/1.6/subdomain.md index 75685b13..63e1eab4 100644 --- a/docs/1.6/subdomain.md +++ b/docs/1.6/subdomain.md @@ -13,7 +13,7 @@ All README examples show configurations with remark42 on its own subdomain, i.e. - And you also need to slightly modify the callback URL for the social media login API's: - Facebook Valid OAuth Redirect URIs: `https://example.com/remark42/auth/facebook/callback` - Google Authorized redirect URIs: `https://example.com/remark42/auth/google/callback` - - Github Authorised callback URL: `https://example.com/remark42/auth/github/callback` + - GitHub Authorised callback URL: `https://example.com/remark42/auth/github/callback` ### docker-compose configuration diff --git a/docs/latest/subdomain.md b/docs/latest/subdomain.md index 75685b13..63e1eab4 100644 --- a/docs/latest/subdomain.md +++ b/docs/latest/subdomain.md @@ -13,7 +13,7 @@ All README examples show configurations with remark42 on its own subdomain, i.e. - And you also need to slightly modify the callback URL for the social media login API's: - Facebook Valid OAuth Redirect URIs: `https://example.com/remark42/auth/facebook/callback` - Google Authorized redirect URIs: `https://example.com/remark42/auth/google/callback` - - Github Authorised callback URL: `https://example.com/remark42/auth/github/callback` + - GitHub Authorised callback URL: `https://example.com/remark42/auth/github/callback` ### docker-compose configuration