From 3c0c44a05115ba5eb20fff698777158fcaecc67c Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 9 Jul 2023 22:24:34 +0200 Subject: [PATCH] docs: fix README.md indentation MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.34.1