From ae90f46f006cec48d5cef93ffd4b119fe5735170 Mon Sep 17 00:00:00 2001 From: Brendan Myers Date: Thu, 23 Feb 2017 10:23:12 +1100 Subject: [PATCH] Fixed another typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39b1a10..052f69e 100644 --- a/README.md +++ b/README.md @@ -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.