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