From 631d862a493ec149b9cde587ad323b8b6913418c Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Fri, 9 Mar 2018 14:24:17 +0000 Subject: [PATCH] Updated Design: Runtime Editor Split (markdown) --- Design:-Runtime-Editor-Split.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Design:-Runtime-Editor-Split.md b/Design:-Runtime-Editor-Split.md index 52102f1..8ffaa30 100644 --- a/Design:-Runtime-Editor-Split.md +++ b/Design:-Runtime-Editor-Split.md @@ -66,7 +66,7 @@ At the top level, we'll have N npm packages (names tbc) - `node-red-core-runtime` - the core runtime of Node-RED - `node-red-core-nodes` - the default set of nodes in the palette - `node-red-core-editor` - the editor component - - `node-red` - the existing package that pulls the above three together, shakes them around, plumbs them together and delivers *exactly* the same experience as it does today (well, hopefully an even better one...) + - `node-red` - the existing package that pulls the above packages together and delivers *exactly* the same experience as it does today ### node-red-core-runtime