mod readme

This commit is contained in:
ben Gutier 2023-09-13 17:17:06 +08:00
parent 27b23c0831
commit dbdd0adc73
2 changed files with 3 additions and 3 deletions

View File

@ -116,10 +116,10 @@ verification // Custom verification
``` ```
The format must be correct; The format must be correct;
### 3.启动 ### 3.Run
```sh ```sh
scop r # Run [Press Esc to exit] scop r # Run [Ctrl+c to exit]
scop rb # Run in the background scop rb # Run in the background
scop st # Stop scop st # Stop
scop v # View status scop v # View status

View File

@ -118,7 +118,7 @@ verification//自定义验证
### 3.启动 ### 3.启动
```sh ```sh
scop r #运行 [Esc退出] scop r #运行 [Ctrl+c退出]
scop rb #后台运行 scop rb #后台运行
scop st #停止 scop st #停止
scop v #查看是否运行 scop v #查看是否运行