docs: refine README
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 7 Jun 2023 18:55:49 +0000 (20:55 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 7 Jun 2023 18:55:49 +0000 (20:55 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
README.md

index c7a1fc0d8bff71268637585758f0c2e8c86cfa16..0f7ba475c64b468f8ba0861d80bb377923721905 100644 (file)
--- a/README.md
+++ b/README.md
@@ -218,8 +218,8 @@ An object with these properties:
 ### `pool.execute(data, name)`
 
 `data` (optional) An object that you want to pass to your worker implementation  
+`name` (optional) A string with the task function name that you want to execute on the worker. Default: `default`  
 This method is available on both pool implementations and returns a promise.
-`name` (optional) A string with the task function name that you want to execute on the worker. Default: `default`
 
 ### `pool.destroy()`