Skip to content

Commit

Permalink
Fixed another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan Myers committed Feb 22, 2017
1 parent a753eda commit ae90f46
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 @@ -31,7 +31,7 @@ worker.connect('amqp://localhost');

### Clients

After connecting to a RabbitMQ server, clients can send requests to routes with `call(route, payload, timeout)`, which returns a promise containomg a `result` object.
After connecting to a RabbitMQ server, clients can send requests to routes with `call(route, payload, timeout)`, which returns a promise containing a `result` object.

Payloads can be buffers, strings, integers, or objects.

Expand Down

0 comments on commit ae90f46

Please sign in to comment.