From d70dbbd294e2fdafef513b634ac67e363bd2d945 Mon Sep 17 00:00:00 2001 From: SAMUEL NELA Date: Tue, 21 May 2019 15:31:10 +0200 Subject: [PATCH] Fixed typo --- docs/monolog/send-messages-to-mq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/monolog/send-messages-to-mq.md b/docs/monolog/send-messages-to-mq.md index c6cac342c..bbfea16ab 100644 --- a/docs/monolog/send-messages-to-mq.md +++ b/docs/monolog/send-messages-to-mq.md @@ -18,7 +18,7 @@ You have to install monolog itself, queue interop handlers and one of [the trans For the simplicity we are going to install the filesystem based MQ. ``` -composer require enqueue/monolog-queue-handler monolog/monlog enqueue/fs +composer require enqueue/monolog-queue-handler monolog/monolog enqueue/fs ``` ## Usage @@ -66,4 +66,4 @@ $consumer->consume(); ``` -[back to index](../index.md) \ No newline at end of file +[back to index](../index.md)