Skip to content

Commit

Permalink
Merge pull request #191 from benmccormick/patch-1
Browse files Browse the repository at this point in the history
Minor Docs Fix
  • Loading branch information
jamesplease committed Jan 24, 2015
2 parents fa885ca + 8303199 commit 21ba29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ Returns the instance of Commands.
#### `request( requestName [, args...] )`

Make a request for `requestName`. Optionally pass arguments to send along to the callback. Returns the reply, if one
exists. If there is no request then `undefined` will be returned.
exists. If there is no reply registered then `undefined` will be returned.

You can make multiple requests at once by using the space-separated syntax.

Expand Down

0 comments on commit 21ba29b

Please sign in to comment.