From e973b43b832a75665b9d058a6fb39b7cc478abad Mon Sep 17 00:00:00 2001 From: dgw Date: Thu, 3 Jan 2019 09:20:05 -0600 Subject: [PATCH] readme: catch the last wrongly-capitalized "GitHub"s --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5bb0c62..4b61a47 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ pip install . ## Out-of-the-box Functionality -Detects when github URLs are posted and takes over URL handling of them, pretty printing details of +Detects when GitHub URLs are posted and takes over URL handling of them, pretty printing details of * Commits * Issues @@ -47,7 +47,7 @@ Webhook functionality is __disabled__ by default. It requires slightly more tech #### Configuring behind a proxy This is the __recommended__ way of configuring the webhook functionality, as there may be security flaws in the other method. -First, configure the github module. You may do so by running `sopel --configure-modules` or changing the config file directly. +First, configure the GitHub module. You may do so by running `sopel --configure-modules` or changing the config file directly. ``` [github] webhook = True