Skip to content

Commit 7a565b8

Browse files
committed
Merge branch '5.1'
* 5.1: [Notifier] Fix wrong package name for the RocketChat service
2 parents ff65542 + ed48054 commit 7a565b8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

notifier.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,16 +133,16 @@ The chat channel is used to send chat messages to users by using
133133
:class:`Symfony\\Component\\Notifier\\Chatter` classes. Symfony provides
134134
integration with these chat services:
135135

136-
========== ================================ ============================================================================
137-
Service Package DSN
138-
========== ================================ ============================================================================
136+
========== =============================== ===========================================================================
137+
Service Package DSN
138+
========== =============================== ===========================================================================
139139
Slack ``symfony/slack-notifier`` ``slack://default/ID``
140140
Telegram ``symfony/telegram-notifier`` ``telegram://TOKEN@default?channel=CHAT_ID``
141141
GoogleChat ``symfony/google-chat-notifier`` ``googlechat://ACCESS_KEY:ACCESS_TOKEN@default/SPACE?threadKey=THREAD_KEY``
142142
Mattermost ``symfony/mattermost-notifier`` ``mattermost://TOKEN@ENDPOINT?channel=CHANNEL``
143-
RocketChat ``symfony/rocketchat-notifier`` ``rocketchat://TOKEN@ENDPOINT?channel=CHANNEL``
143+
RocketChat ``symfony/rocket-chat-notifier`` ``rocketchat://TOKEN@ENDPOINT?channel=CHANNEL``
144144
Zulip ``symfony/zulip-notifier`` ``zulip://EMAIL:APIKEY@ENDPOINT?channel=CHANNEL``
145-
========== ================================ ============================================================================
145+
========== =============================== ===========================================================================
146146

147147
.. versionadded:: 5.1
148148

0 commit comments

Comments
 (0)