summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/timed-out/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/timed-out/readme.md')
-rw-r--r--deps/npm/node_modules/timed-out/readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/npm/node_modules/timed-out/readme.md b/deps/npm/node_modules/timed-out/readme.md
index d0eb92341e..fa0a035650 100644
--- a/deps/npm/node_modules/timed-out/readme.md
+++ b/deps/npm/node_modules/timed-out/readme.md
@@ -20,14 +20,14 @@ timeout(req, 2000); // Set 2 seconds limit
##### request
-*Required*
+*Required*
Type: [`ClientRequest`](http://nodejs.org/api/http.html#http_class_http_clientrequest)
The request to watch on.
##### time
-*Required*
+*Required*
Type: `number` or `object`
Time in milliseconds to wait for `connect` event on socket and also time to wait on inactive socket.