Browse Source

Merge pull request #14 from 0xflotus/patch-1

fixed small errors
tags/v0.4.0
Russ Garrett 5 years ago
parent
commit
f3721e341f
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      README.md

+ 2
- 2
README.md View File

79
 pull requests, pushes, and releases. The webhook needs to be configured to post data
79
 pull requests, pushes, and releases. The webhook needs to be configured to post data
80
 as JSON, not as form-encoded.
80
 as JSON, not as form-encoded.
81
 
81
 
82
-The destination channel for notifications from each respository is set in
82
+The destination channel for notifications from each repository is set in
83
 `http.listeners.github.repositories.repo_name`, where `repo_name` is the name of the
83
 `http.listeners.github.repositories.repo_name`, where `repo_name` is the name of the
84
 repository, lowercased.
84
 repository, lowercased.
85
 
85
 
86
 If `http.listeners.github.default_channel` is set, received notifications will be
86
 If `http.listeners.github.default_channel` is set, received notifications will be
87
-sent to this channel unless overriden in `http.listeners.github.repositories`. Otherwise,
87
+sent to this channel unless overridden in `http.listeners.github.repositories`. Otherwise,
88
 unrecognised repositories will be ignored.
88
 unrecognised repositories will be ignored.
89
 
89
 
90
 GitHub can be configured to deliver webhooks to irccat on an organisation level which, combined
90
 GitHub can be configured to deliver webhooks to irccat on an organisation level which, combined

Loading…
Cancel
Save