Skip to content

Commit 619686b

Browse files
committed
Update documentation about space-separated requests.
1 parent a316be5 commit 619686b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,8 @@ You can make multiple requests at once by using the space-separated syntax.
289289
myChannel.request('commandOne commandTwo');
290290
```
291291

292-
When using the space-separated syntax, the responses will be returned to you as an array.
292+
When using the space-separated syntax, the responses will be returned to you as an object, where
293+
the keys are the name of the request, and the values are the replies.
293294

294295
#### `reply( requestName, callback [, context] )`
295296

0 commit comments

Comments
 (0)