Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
async3619 committed Dec 11, 2022
1 parent 7b4c7f1 commit a8fd508
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ When we detect unfollowers, new followers, or any other events, Cage will notify

| Service | Support? |
|-----------------|:--------:|
| Discord WebHook | ✅ |
| Discord Webhook | ✅ |
| Telegram Bot | ✅ |
| Slack WebHook | ✅ |
| Slack Webhook | ✅ |
| Email | ❌ |
| SMS | ❌ |

Expand Down Expand Up @@ -149,12 +149,12 @@ watcher configuration for GitHub service.

#### discord

notifier configuration for Discord WebHook notifier.
notifier configuration for Discord Webhook notifier.

```json5
{
"type": "discord",
"webhookUrl": "Discord WebHook url" // string, required
"webhookUrl": "Discord Webhook url" // string, required
}
```

Expand All @@ -174,11 +174,11 @@ In most cases, you will not need `url` property since since Cage already provide

#### slack

notifier configuration for Slack WebHook notifier.
notifier configuration for Slack Webhook notifier.

```json5
{
"type": "slack",
"webhookUrl": "Slack WebHook url" // string, required
"webhookUrl": "Slack Webhook url" // string, required
}
```

0 comments on commit a8fd508

Please sign in to comment.