Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Fixed typo #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.



Expand Down