summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 73b37dcb..1c990509 100644
--- a/README.rst
+++ b/README.rst
@@ -10,8 +10,9 @@ The aim of `Kombu` is to make messaging in Python as easy as possible by
providing an idiomatic high-level interface for the AMQ protocol, and also
provide proven and tested solutions to common messaging problems.
-AMQP is the Advanced Message Queuing Protocol, an open standard protocol
-for message orientation, queuing, routing, reliability and security.
+`AMQP`_ is the Advanced Message Queuing Protocol, an open standard protocol
+for message orientation, queuing, routing, reliability and security,
+for which the `RabbitMQ`_ messaging server is the most popular implementation.
Features
========
@@ -24,7 +25,7 @@ Features
* Fast AMQP transport using `librabbitmq`_, written in C.
- This is automatically enabled if :mod:`librabbitmq` is installed::
+ This is automatically enabled if librabbitmq is installed::
$ pip install librabbitmq