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
2525Usage
2626-----
2727
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
2929properly configured notifier transport:
3030
3131.. code-block :: yaml
@@ -42,7 +42,7 @@ properly configured notifier transport:
4242 environment variable by specifying the ``topics `` query parameter.
4343 Otherwise, notifications will be sent to ``https://symfony.com/notifier `` topic.
4444
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::
4646
4747 // ...
4848 use Symfony\Component\Notifier\Notification\Notification;
@@ -84,7 +84,7 @@ Enjoy your server-sent native notifications!
8484 Example of a native notification
8585
8686Extend the Stimulus Controller
87- ~~~~~~~~~~~~~~~~~~~~~~~~~~~
87+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8888
8989Symfony UX Notify allows you to extend its default behavior using a
9090custom Stimulus controller:
You can’t perform that action at this time.
0 commit comments