Skip to content

Commit

Permalink
📝 Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elbywan committed Oct 3, 2017
1 parent 3c9c10e commit 743b7d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -308,7 +308,7 @@ w = w.query({ c: 3, d : [4, 5] })
// url is now http://example.com?c=3&d=4&d=5
```
#### headers(headerValues: { [headerName: string]: any })
#### headers(headerValues: Object)
Set request headers.
Expand Down Expand Up @@ -340,7 +340,7 @@ wretch("...").content("application/json")
*A body type is only needed when performing put/patch/post requests with a body.*
#### body(contents: any) {
#### body(contents: any)
Set the request body with any content.
Expand Down

0 comments on commit 743b7d5

Please sign in to comment.