From 9826e1f881e12157e2660b3509cd0f26c3a6c0ef Mon Sep 17 00:00:00 2001 From: Dean Cording Date: Wed, 5 Jul 2017 10:55:10 +1000 Subject: [PATCH] Improved Readme --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8ba6769..e393ba5 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,12 @@ This node allows you to store configuration information in a central location and use it to set global and flow context properties. Multiple Config nodes can store alternate configuration settings and switch between them at run time. -If the Config node is -Active, the configuration properties will be applied at startup before any -flows are started. +If the Config node is Active, the configuration properties will be applied at +startup before any flows are started. + +If the node receives any message, it will apply it apply the configuration properties +contained in that Config node. The received message is discarded. This allows you to +have alternate configurations and programatically switch between them as needed. Pressing the button on the left side of the node will apply the configuration properties contained in that Config node. This allows you to have alternate configurations