From 31ff0758b27a88597dbaf213c6967ccc37f76ba3 Mon Sep 17 00:00:00 2001 From: Davide Marchetti Date: Fri, 12 Feb 2016 22:12:07 +0100 Subject: [PATCH] Fixed typo Fixed introduction typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72a73c8..c2bf70a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A unified front-end for different queuing backends. Includes a REST server, CLI ## Why PHP-Queue? ## -The pains of implementing a queueing system (eg. Beanstalk, Amazon SQS, RabbitMQ) for your applciation: +The pains of implementing a queueing system (eg. Beanstalk, Amazon SQS, RabbitMQ) for your application: * Which one is most efficient? Performant? * Learning curve to effectively implement the queue backend & the libraries.