Skip to content

Commit

Permalink
Fixed a typo on the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Soronellas committed Nov 23, 2015
1 parent ced0c63 commit fdf4f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)**
Expand Down

0 comments on commit fdf4f92

Please sign in to comment.