docs: refine README.md
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 9 Jul 2023 22:29:20 +0000 (00:29 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 9 Jul 2023 22:29:20 +0000 (00:29 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
README.md

index 3468c4ade574ea4eea132b1188ab71b0978ecb88..682a356f75654ed6eb4d8986ed5d4275c4e441de 100644 (file)
--- a/README.md
+++ b/README.md
@@ -241,7 +241,7 @@ This method is available on both pool implementations and will call the terminat
 
 ### `class YourWorker extends ThreadWorker/ClusterWorker`
 
-`taskFunctions` (mandatory) The task function or task functions object `{ name_1: fn_1, ..., name_n, fn_n }` that you want to execute on the worker  
+`taskFunctions` (mandatory) The task function or task functions object `{ name_1: fn_1, ..., name_n: fn_n }` that you want to execute on the worker  
 `opts` (optional) An object with these properties:
 
 - `maxInactiveTime` (optional) - Max time to wait tasks to work on in milliseconds, after this period the new worker will die.