Skip to content

Commit cd46b6a

Browse files
authored
Update README.md
1 parent 20d77ad commit cd46b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ MixPHP 是一个 PHP 命令行模式开发框架;基于 `Vega` 驱动的 HTTP
3737
- [PHP Built-in CLI-Server](examples/api-skeleton/composer.json#L8) `零扩展依赖` `热更新` `适合本机开发`
3838
- [PHP-FPM](examples/api-skeleton/public/index.php) `热更新` `适合共享开发` `适合 admin 开发`
3939
- [Swoole](examples/api-skeleton/composer.json#L9) `常驻内存` `兼容 composer 生态`
40-
- [Swow](examples/api-skeleton/composer.json#L11) `常驻内存` `兼容 composer 生态`
4140
- [Swoole Coroutine](examples/api-skeleton/composer.json#L10) `常驻内存` `协程性能强劲`
41+
- [Swow](examples/api-skeleton/composer.json#L11) `常驻内存` `纯协程引擎`
4242
- [WorkerMan](examples/api-skeleton/composer.json#L12) `常驻内存` `兼容 composer 生态`
4343

4444
## 开发文档

0 commit comments

Comments
 (0)