From 5c7b4157d5f15f3cc2b155eb86f26e98cd3c42b7 Mon Sep 17 00:00:00 2001 From: Jamie Date: Fri, 26 Jul 2019 13:00:18 +0100 Subject: [PATCH] Adjust description. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f41cf7..961cdf0 100644 --- a/README.md +++ b/README.md @@ -484,7 +484,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [React](https://github.com/reactphp/react) - An event driven non-blocking I/O library. * [RxPHP](https://github.com/ReactiveX/RxPHP) - A reactive extension library. * [Workerman](https://github.com/walkor/Workerman) - An event driven non-blocking I/O library. -* [Swoole](https://github.com/swoole/swoole-src) - An event-driven asynchronous & concurrent networking communication framework with high performance written only in C for PHP. +* [Swoole](https://github.com/swoole/swoole-src) - An event-driven asynchronous and concurrent networking communication framework with high performance for PHP written in C. ### Logging *Libraries for generating and working with log files.*