diff --git a/README.md b/README.md index 4b2a495..4a9c4d2 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,9 @@ To monitor a `Node` scope context, set the scope to `Node`, then select flow & n ### 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: +If you create a reference to this object (stored in context) and write to its properties, this node issues its messages accordingly + +> Disclaimer: Monitoring changes to elements of an `Array` currently is not supported. #### Example: Monitoring context definition: @@ -78,6 +80,4 @@ You may define a setup that doesn't monitor the (whole) object, but only one of flow -Such a monitor will react _only_, when this property and - if it's an object - its child properties are written to. - -> Disclaimer: Monitoring changes to elements of an `Array` currently is not supported. \ No newline at end of file +Such a monitor will react _only_, when this property and - if it's an object - its child properties are written to. \ No newline at end of file