File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Also make sure you have at least version 3.0 of
25
25
Usage
26
26
-----
27
27
28
- To use Symfony UX Notify you must have a `running Mercure server `_ and a
28
+ To use Symfony UX Notify you must have a `running Mercure server `_ and a
29
29
properly configured notifier transport:
30
30
31
31
.. code-block :: yaml
@@ -42,7 +42,7 @@ properly configured notifier transport:
42
42
environment variable by specifying the ``topics `` query parameter.
43
43
Otherwise, notifications will be sent to ``https://symfony.com/notifier `` topic.
44
44
45
- Then, you can inject the ``NotifierInterface `` service and send messages on the ``chat/mercure `` channel::
45
+ Then, you can inject the ``NotifierInterface `` service and send messages on the ``chat/myMercureChatter `` channel::
46
46
47
47
// ...
48
48
use Symfony\Component\Notifier\Notification\Notification;
@@ -84,7 +84,7 @@ Enjoy your server-sent native notifications!
84
84
Example of a native notification
85
85
86
86
Extend the Stimulus Controller
87
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~
87
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
88
88
89
89
Symfony UX Notify allows you to extend its default behavior using a
90
90
custom Stimulus controller:
You can’t perform that action at this time.
0 commit comments