From 2382941e7aefc1e8811097e819c9801d49e4f515 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:35:03 +0200
Subject: [PATCH] readme fixed

---
 README.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/README.md b/README.md
index fb399c8..28adcdc 100644
--- a/README.md
+++ b/README.md
@@ -6,3 +6,13 @@ When you're tired of fucking with AMQP reconnects.
 When a connection made by CoolAMQP to your broker fails, it will pick another
 node, redeclare exchanges, queues, consumers and tell your application that
 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).
+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,
+if you need a feature - just drop me a note or create a new issue here.
-- 
GitLab