Skip to content

Commit

Permalink
readme: catch the last wrongly-capitalized "GitHub"s
Browse files Browse the repository at this point in the history
  • Loading branch information
dgw committed Feb 9, 2019
1 parent 16e6f13 commit e973b43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e973b43

Please sign in to comment.