From 46f90f77659f63f169b5624fd8ebdb8c7f80f5ff Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Fri, 27 May 2016 20:26:21 +0200
Subject: [PATCH] readme changed

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

diff --git a/README.md b/README.md
index 90e4c89..b808191 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,8 @@
 coolamqp
 ========
 
-The one library to rule them all.
+When you're tired of fucking with AMQP reconnects.
 
-This is a fault-tolerant-able AMQP library.
-
-What other libraries don't, is reconnect to another node 
-in the cluster if one goes down, restore all queues that were
-listened to, and inform the user explicitly when connection goes down
-or up to orchestrate itself properly and prepare for eg. missing messages.
-
-tl;dr
------
-This spawns a thread in the background for every AMQP cluster you connect to. That
-thread performs all actions associated with it.
\ No newline at end of file
+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.
-- 
GitLab