From: Jérôme Benoit Date: Sun, 9 Jul 2023 20:24:34 +0000 (+0200) Subject: docs: fix README.md indentation X-Git-Tag: v2.6.13~11 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=3c0c44a05115ba5eb20fff698777158fcaecc67c;p=poolifier.git docs: fix README.md indentation Signed-off-by: Jérôme Benoit --- diff --git a/README.md b/README.md index 6ab9a619..3468c4ad 100644 --- a/README.md +++ b/README.md @@ -264,7 +264,7 @@ This method is available on both worker implementations and returns a boolean. #### `YourWorker.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 worker implementations and returns a boolean.