Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit 476e525

Browse files
committed
Update README.md
1 parent 68078d3 commit 476e525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Send a HTTP request uses given headers and body, and return a Promise.
3030
#### url:`string` Required
3131
HTTP request destination url.
3232
#### headers:`object` (Optional)
33-
Headers of HTTP request, value of #### headers should be `stringified`.
33+
Headers of HTTP request, value of headers should be `stringified`.
3434
#### body:`string` (Optional)
3535
Body of the HTTP request, body MUST be a BASE64 string, this string will be converted into byte array in native code.
3636

0 commit comments

Comments
 (0)