From adeb4efc34e98ca4015f4cd10a188738e19f342c Mon Sep 17 00:00:00 2001 From: Steve Mao Date: Tue, 15 Dec 2015 14:49:42 +1100 Subject: [PATCH] fix body types in readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 636a161..f720740 100644 --- a/readme.md +++ b/readme.md @@ -76,7 +76,7 @@ Any of the [`http.request`](http://nodejs.org/api/http.html#http_http_request_op ###### body -Type: `string`, `Buffer`, `ReadableStream`, `Object` +Type: `string`, `buffer`, `readableStream`, `object` *This is mutually exclusive with stream mode.*