diff --git a/symfony/messenger/4.1/post-install.txt b/symfony/messenger/4.1/post-install.txt
index 7bc68330..d4ea3226 100644
--- a/symfony/messenger/4.1/post-install.txt
+++ b/symfony/messenger/4.1/post-install.txt
@@ -7,11 +7,11 @@
or typehinting Symfony\Component\Messenger\MessageBusInterface in your code.
* If you need to send messages to your broker, you can benefit from the built-in
- amqp transport by:
+ AMQP transport by:
- 1. Installing the AMQP pack by running composer require amqp>
- 2. Uncommenting the MESSENGER_ADAPTER_DSN> env var
- and `framework.messanger.transports.amqp` config
+ 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.
* Read> the documentation at https://symfony.com/doc/master/messenger.html>