Skip to content

Commit 758033f

Browse files
committed
update readme
1 parent 4befa90 commit 758033f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ Provide console parameter parsing, command run, color style output, user informa
99

1010
> **[中文README](./README_cn.md)**
1111
12+
## Command line preview
13+
14+
![app-command-list](https://raw.githubusercontent.com/inhere/php-console/master/docs/screenshots/app-command-list.png)
15+
1216
## Features
1317

1418
> Easy to use. Can be easily integrated into any existing project.
@@ -36,10 +40,6 @@ Provide console parameter parsing, command run, color style output, user informa
3640

3741
> All features, effects; can be run in the example code `phps/app` in `examples/`. Basically covers all the features and can be tested directly
3842
39-
## Command line preview
40-
41-
![app-command-list](https://raw.githubusercontent.com/inhere/php-console/master/docs/screenshots/app-command-list.png)
42-
4343
## Quick installation
4444

4545
```bash

README_cn.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
> **[EN README](./README.md)**
1010
11+
## 命令行预览
12+
13+
![app-command-list](https://raw.githubusercontent.com/inhere/php-console/master/docs/screenshots/app-command-list.png)
14+
1115
## 功能概览
1216

1317
> 使用方便简单。可以方便的整合到任何已有项目中。
@@ -35,10 +39,6 @@
3539

3640
> 所有的特性,效果;都可以运行 `examples/` 中的示例代码 `php examples/app` 展示出来的。基本上涵盖了所有功能,可以直接测试运行
3741
38-
## 命令行预览
39-
40-
![app-command-list](https://raw.githubusercontent.com/inhere/php-console/master/docs/screenshots/app-command-list.png)
41-
4242
## 快速安装
4343

4444
```bash

0 commit comments

Comments
 (0)