Skip to content

Commit 7c0f7d7

Browse files
authored
Update README (swoole#4347)
1 parent deeefe3 commit 7c0f7d7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414

1515
## ⚙️ 快速启动
1616

17-
你可以直接使用 [Docker](https://github.com/swoole/docker-swoole) 来执行Swoole的代码,例如:
17+
可以直接使用 [Docker](https://github.com/swoole/docker-swoole) 来执行Swoole的代码,例如:
1818

1919
```bash
2020
docker run --rm phpswoole/swoole "php --ri swoole"
2121
```
2222

2323
具体的使用方式可以查看:[如何使用此镜像](https://github.com/swoole/docker-swoole#how-to-use-this-image)
2424

25-
或者你可以在Swoole官网提供的 [在线编程页面](https://www.swoole.com/coding) 运行你的代码以及官网提供的示例代码
25+
或者可以在Swoole官网提供的 [在线编程](https://www.swoole.com/coding) 页面运行代码以及官网提供的示例代码
2626

2727
## ✨ 事件驱动
2828

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ English | [中文](./README-CN.md)
1414

1515
## ⚙️ Quick Start
1616

17-
You can use [Docker](https://github.com/swoole/docker-swoole) directly to execute Swoole's code, e.g.
17+
Run Swoole program by [Docker](https://github.com/swoole/docker-swoole)
1818

1919
```bash
2020
docker run --rm phpswoole/swoole "php --ri swoole"
2121
```
2222

2323
For details on how to use it, see: [How to Use This Image](https://github.com/swoole/docker-swoole#how-to-use-this-image).
2424

25-
Or you can run your code and the sample code provided on the Swoole website at the [online coding page](https://www.swoole.com/coding).
25+
Or code and run the Swoole program on the official website of Swoole. [Coding Online](https://www.swoole.com/coding)
2626

2727
## ✨ Event-based
2828

0 commit comments

Comments
 (0)