From 9193ff4e6995d14147b91309eac6a5c584b5fb4b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Sat, 28 May 2016 01:36:11 +0200
Subject: [PATCH] readme fixed p2

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 28adcdc..bdd36b3 100644
--- a/README.md
+++ b/README.md
@@ -10,8 +10,10 @@ a disconnect happened.
 CoolAMQP makes you forget about all the nasty corner cases about AMQP reconnection.
 
 You only need to remember that:
+
 1. Reconnects and redefinitions takes a while. Things will happen during that time. 
-2. CoolAMQP will tell you when it senses losing broker connection. It will also tell you when it regains the connection (that means that everything is redefined).
+2. CoolAMQP will tell you when it senses losing broker connection.
+ * It will also tell you when it regains the connection (that means that everything is redefined).
 3. Delivering messages multiple times may happen.
 
 As the project is in it's infancy stages, but actively maintained and used in a commercial project,
-- 
GitLab