From 11f79684787d6dafb0d621447c1e3ed9eb3213af Mon Sep 17 00:00:00 2001
From: Art <artiom.lukyanchyk@hs-hannover.de>
Date: Wed, 5 Dec 2018 22:52:00 +0100
Subject: [PATCH] Update README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 466686f..3c26d8d 100644
--- a/README.md
+++ b/README.md
@@ -76,9 +76,9 @@ except pikatasks.RPCError as e:
 With AMQ, messages first arrive to `exchanges`, then broker distributes them to to `queues` using `routing keys`. If you are not sure what it is all about, read [this tutorial](https://www.rabbitmq.com/tutorials/tutorial-four-python.html) first and further RabbitMQ documentation if needed.
 
 ##### Queues and Tasks:
-  * ***pikatasks*** requires a separate queue for each task.
+  * Pikatasks requires a separate queue for each task.
   * `queue name == task name`
-  * You need to create these queues by yourself.
+  * You need to create these queues by yourself (e.g. using the RabbitMQ Management Plugin web interface).
 
 ##### Developent setup:
 You are done after creating queues for each of your tasks. Don't need anything else for the development. Note: exchange `amq.default` will be used.
-- 
GitLab