Skip to content

Commit

Permalink
chore: improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Jun 6, 2021
1 parent 47cb464 commit d520428
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ See [@jslib](#jslib)

### Skip, Delay, Retry & Loop

See [#Skip](#skip)
See [#Run](#run)

## Annotation

Expand Down
6 changes: 3 additions & 3 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Apitest 是一款使用类JSON的DSL编写测试用例的自动化测试工具
- [支持CI](#支持ci)
- [支持TDD](#支持tdd)
- [支持用户定义函数](#支持用户定义函数)
- [跳过、延时、重试、循环](#跳过延时重试循环)
- [跳过,延时,重试和循环](#跳过延时重试和循环)
- [注解](#注解)
- [@module](#module)
- [@jslib](#jslib)
Expand Down Expand Up @@ -291,9 +291,9 @@ tdd! tdd! tdd!

Apitest 允许用户通过 js 编写用户定义函数构造请求数据或校验响应数据。(还敢号称跨编程语言吗?🐶) 详见[@jslib](#jslib)

### 跳过、延时、重试、循环
### 跳过,延时,重试和循环

详见[#跳过](#跳过)
详见[#执行控制](#执行控制)

## 注解

Expand Down

0 comments on commit d520428

Please sign in to comment.