Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
phith0n committed Aug 27, 2019
1 parent 76bb43b commit 00f3c03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ $f($arg);
直接下载[PHAR](https://github.com/phith0n/chip/releases)包,使用命令行调用:

```
php chip.phar tests/cases/
php chip.phar check tests/cases/
```

生成html报告:

```
php chip.phar tests/cases/ -r html -o report.html
php chip.phar check tests/cases/ -r html -o report.html
```

### 使用API调用
Expand Down

0 comments on commit 00f3c03

Please sign in to comment.