We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f6154b commit dae862cCopy full SHA for dae862c
1 file changed
README.md
@@ -1,10 +1,10 @@
1
### 安装驱动
2
-#### 一. 安装workerman驱动
+#### 一. 使用workerman驱动
3
```shell
4
composer require microphp/workerman
5
```
6
7
-#### 二. 安装roadrunner驱动
+#### 二. 使用roadrunner驱动
8
9
composer require microphp/roadrunner
10
@@ -17,7 +17,7 @@
17
```dotenv
18
SERVER_DRIVER=roadrunner
19
20
-#### 三. 安装swoole驱动
+#### 三. 使用swoole驱动
21
22
composer require microphp/swoole
23
0 commit comments