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 7, 2021
1 parent 623529e commit 70f6c02
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 @@ -58,7 +58,7 @@ Read this in other languages: [中文](./README.zh-CN.md)

## Installation

Binaries are available in [releases](https://github.com/sigoden/apitest/releases). Make sure to put the path to the binary into your `PATH`.
Binaries are available in [Github Releases](https://github.com/sigoden/apitest/releases). Make sure to put the path to the binary into your `PATH`.

If you use `node`, you can install it by running `npm install -g @sigodenjs/apitest`

Expand Down Expand Up @@ -1003,7 +1003,7 @@ Only need to add the request header `"content-type": "application/x-www-form-url


Only need to add the request header `"content-type": "multipart/form-data"`
Combined with `@file` annotation to realize file upload
Combined with `@file` annotation to implement file upload

```
{
Expand Down

0 comments on commit 70f6c02

Please sign in to comment.