From 083a19df5c6845ad331bf7aae56f601f32042c45 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Tue, 16 Feb 2021 11:11:24 +0100 Subject: [PATCH] fix: small errors --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3282ea7..08f07e0 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ var options = { var queue = new Queue('queue-name', options); ``` -The same initalization code is used by the clien and worker sides. +The same initialization code is used by the client and worker sides. ## How to use it