From f31af2296317c31ca5d523ad1a26f80c5208cb2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rei=C3=9Fig?= Date: Wed, 24 Nov 2021 10:49:14 +0100 Subject: [PATCH] [DOCS] Fix an error in the Eel helper code sample --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfe52c7..f8add2f 100644 --- a/README.md +++ b/README.md @@ -132,5 +132,5 @@ You can also use the Ray Eel helper to debug your site. The second parameter can be used to set a debug action for NodeTypes. ``` -{Beromir.Ray.debug(node), 'properties'} +{Beromir.Ray.debug(node, 'properties')} ```