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