diff --git a/Architecture:-Cluster---Multi-Process.md b/Architecture:-Cluster---Multi-Process.md index b854180..15412dc 100644 --- a/Architecture:-Cluster---Multi-Process.md +++ b/Architecture:-Cluster---Multi-Process.md @@ -1,4 +1,7 @@ -#THIS SECTION IS REFERRING TO AN [EXPERIMENTAL FORK](https://github.com/TJKoury/node-red/tree/cluster) +###*THIS SECTION IS REFERRING TO AN [EXPERIMENTAL FORK](https://github.com/TJKoury/node-red/tree/cluster) * + +*** + ##Multi-Process Model The multi-process version of Node-RED starts the admin server, interface, and API on the Master process, then spawns Workers that run the flows independently of the Master process.