diff --git a/symfony/messenger/4.1/post-install.txt b/symfony/messenger/4.1/post-install.txt index b96129c5..7bc68330 100644 --- a/symfony/messenger/4.1/post-install.txt +++ b/symfony/messenger/4.1/post-install.txt @@ -9,7 +9,7 @@ * If you need to send messages to your broker, you can benefit from the built-in amqp transport by: - 1. Install the AMQP pack by running composer require amqp + 1. Installing the AMQP pack by running composer require amqp 2. Uncommenting the MESSENGER_ADAPTER_DSN env var and `framework.messanger.transports.amqp` config 3. Routing your messages to the amqp sender.