From f328260ef3be4a20bae25432196b421fb14b74aa Mon Sep 17 00:00:00 2001 From: Ralph Wetzel Date: Thu, 9 Nov 2023 17:07:23 +0100 Subject: [PATCH] Fix headline casing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6383ba8..7bd847a 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ To monitor a `Node` scope context, set the scope to `Node`, then select flow & n > Hint: This node doesn't create a context. It just tries to reference to those already existing. If you're referencing a non-existing context, no harm will happen. -### Monitoring Objects stored in Context +### Monitoring objects stored in context You may of course define a setup that monitors objects stored in context. If you create a reference to this object (stored in context) and write to its properties, this node issues its messages accordingly.