docs: refine API documentation
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 22 Dec 2023 14:56:35 +0000 (15:56 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 22 Dec 2023 14:56:35 +0000 (15:56 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
docs/api.md

index 1a881ba59d1f6eea52f8630f3f872d9269c774bd..6eead0f7fca23b7aa34cde75ec630f61589e2b99 100644 (file)
@@ -13,7 +13,7 @@
   - [`pool.removeTaskFunction(name)`](#poolremovetaskfunctionname)
   - [`pool.listTaskFunctionNames()`](#poollisttaskfunctionnames)
   - [`pool.setDefaultTaskFunction(name)`](#poolsetdefaulttaskfunctionname)
-  - [`Pool options`](#pool-options)
+  - [Pool options](#pool-options)
 - [Worker](#worker)
   - [`class YourWorker extends ThreadWorker/ClusterWorker`](#class-yourworker-extends-threadworkerclusterworker)
     - [`YourWorker.hasTaskFunction(name)`](#yourworkerhastaskfunctionname)
@@ -82,7 +82,7 @@ This method is available on both pool implementations and returns an array of th
 
 This method is available on both pool implementations and returns a boolean promise.
 
-### `Pool options`
+### Pool options
 
 An object with these properties: