From fdf4f92a09157fd0c170deb3372733b99a57af29 Mon Sep 17 00:00:00 2001 From: Christian Soronellas Date: Mon, 23 Nov 2015 01:33:56 +0100 Subject: [PATCH] Fixed a typo on the README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2045ac7..a5ba9a0 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ As a collateral benefit, the Doctrine Session manages internally the ```flush``` ## Asynchronous AMQP listeners -This library is capable to support asynchronous messaging in order to make Bounded Context capable to listen to other Bounded Context's events in an efficient way. The base for this is the both the **```[amqp](https://pecl.php.net/package/amqp)```** and the **```[react's event loop](https://github.com/reactphp/event-loop)```**. In addition, to support more efficient event loopings, we recommend the installation of one of this extensions +This library is capable to support asynchronous messaging in order to make Bounded Context capable to listen to other Bounded Context's events in an efficient way. The base for this is the both the **[amqp](https://pecl.php.net/package/amqp)** and the **[react's event loop](https://github.com/reactphp/event-loop)**. In addition, to support more efficient event loopings, we recommend the installation of one of this extensions * **[libevent](http://php.net/manual/es/book.libevent.php)** * **[libev](http://php.net/manual/es/intro.ev.php)**