From c6660e3429f52d4e3f66585f227222d8920e627b Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Wed, 13 Sep 2017 15:35:06 -0500 Subject: [PATCH] Fixed type --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9db4c0..ed1e3bd 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ sqs-queue-parallel is a **node.js** library build on top of **Amazon AWS SQS** w You can create a poll of SQS queue watchers, each one can receive 1 or more messages from Amazon SQS. -With sqs-queue-parallel you need just to configure your AWS private keys, setup your one o more `message` event callbacks and wait for new messages to be processed. +With sqs-queue-parallel you need just to configure your AWS private keys, setup your one or more `message` event callbacks and wait for new messages to be processed.