Skip to content
This repository has been archived by the owner on Mar 26, 2021. It is now read-only.

Commit

Permalink
updated the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shrikster committed Apr 6, 2019
1 parent ed9e768 commit bc95e1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ requests:
```
## Sending files and form data
Sending files and form data is easy, use form type in the postData prop.
Sending files and form data is easy, use params type in the postData prop.
```yaml
version: 2
requests:
Expand All @@ -388,8 +388,8 @@ requests:
url: https://postman-echo.com/post
method: POST
postData:
mimeType: application/x-www-form-urlencoded
form:
mimeType: multipart/form-data
params:
- name: userId
value: "1"
- name: avatar
Expand Down

0 comments on commit bc95e1a

Please sign in to comment.