Skip to content

Commit 1c9242e

Browse files
committed
doc improvement
1 parent 3299c28 commit 1c9242e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,9 @@ Example output:
140140
> NOTE: Please see `docs` configuration entry explained above.
141141
142142
## Timeouts and Unavailability
143-
We can restrict requests timeouts globally, at service level using the `timeout` configuration.
144-
To define an endpoint specific timeout, you can use the property `timeout` of the request object, normally inside a middleware:
143+
We can restrict requests timeouts globally or at service level using the `timeout` configuration.
144+
145+
You can also define endpoints specific timeout using the property `timeout` of the request object, normally inside a middleware:
145146
```js
146147
req.timeout = 500 // define a 500ms timeout on a custom request.
147148
```

0 commit comments

Comments
 (0)