docs: fix docs/api.md identation
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 17 Dec 2023 20:46:28 +0000 (21:46 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 17 Dec 2023 20:46:28 +0000 (21:46 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
docs/api.md

index 0a13927586a9dd17c97d9925fce2fe77e4d9ef45..29ae73799858356f87d10d197e20c9c67a7fe9b5 100644 (file)
@@ -61,7 +61,7 @@ This method is available on both pool implementations and returns a boolean.
 
 ### `pool.addTaskFunction(name, fn)`
 
-`name` (mandatory) The task function name.
+`name` (mandatory) The task function name.  
 `fn` (mandatory) The task function.
 
 This method is available on both pool implementations and returns a boolean promise.