Skip to content

Commit

Permalink
Update documentation about space-separated requests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesplease committed Jan 28, 2015
1 parent a316be5 commit 619686b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,8 @@ You can make multiple requests at once by using the space-separated syntax.
myChannel.request('commandOne commandTwo');
```

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

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

Expand Down

0 comments on commit 619686b

Please sign in to comment.