diff --git a/README.md b/README.md index a324543..6308267 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,10 @@ composer require codeinc/psr7-responses ## Recommended libraries -The [`codeinc/psr7-response-sender`](https://github.com/CodeIncHQ/Psr7ResponseSender) library is recommended to stream PSR-7 responses to the web browser. +* [`codeinc/psr7-response-sender`](https://github.com/CodeIncHQ/Psr7ResponseSender) is recommended to stream PSR-7 responses to the web browser. +* [`codinc/router`](https://github.com/CodeIncHQ/Router) is recommended as a router and request handler PSR-15 ## License -The library is published under the MIT license (see [`LICENSE`](LICENSE) file). \ No newline at end of file +The library is published under the MIT license (see [`LICENSE`](LICENSE) file).