From 2a223f595076b9fc11e96f806e6ea6bb0dc6a690 Mon Sep 17 00:00:00 2001 From: twosee Date: Thu, 29 Oct 2020 20:10:22 +0800 Subject: [PATCH] Update README (#3783) --- README-CN.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README-CN.md b/README-CN.md index 784f4f6cb67..94709c2b791 100644 --- a/README-CN.md +++ b/README-CN.md @@ -10,7 +10,7 @@ ![](./mascot.png) -**Swoole是一个为PHP用C++编写的基于事件的高性能异步&协程并行网络通信引擎** +**Swoole是一个C++编写的基于异步事件驱动和协程的并行网络通信引擎,为PHP提供高性能网络编程支持** ## ✨事件驱动 diff --git a/README.md b/README.md index d5d70337438..ca208b36268 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ English | [中文](./README-CN.md) ![](./mascot.png) -**Swoole is an event-driven asynchronous & coroutine-based concurrency networking communication engine with high performance written in C and C++ for PHP.** +**Swoole is an event-driven asynchronous & coroutine-based concurrency networking communication engine with high performance written in C++ for PHP.** ## ✨Event-based