Skip to content

Commit dbfe2dd

Browse files
committedAug 30, 2021
keywords and new npm version
1 parent 72ff5ca commit dbfe2dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ console.log(response.body, response.headers);
2626
The main reqless function returns a `response` object.
2727
A response object has the following attributes:
2828
- body: The body received from the HTTP request (string).
29-
- headers: The headers received from the HTTP request (string).
29+
- headers: The headers received from the HTTP request (object).
3030

3131
## Request
3232
Inside the request object you can provide the following attributes:

0 commit comments

Comments
 (0)
Please sign in to comment.