Skip to content

Commit

Permalink
Adds additional use case reported in #12
Browse files Browse the repository at this point in the history
  • Loading branch information
hlapp authored Jan 26, 2018
1 parent 4cd555c commit 6851566
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ getting a node to "run" (i.e., Node-RED invoking the constructor for the
node type) is to add it to a flow, whether one that exists or one that you
create from scratch programmatically.

Another use case would be to programmatically control which nodes are available
in the palette, by disabling after startup those that are undesired or unneeded.
See [node-red/node-red#1221](https://github.com/node-red/node-red/issues/1221).

## Installation

```
Expand Down Expand Up @@ -195,4 +199,4 @@ Available under the [MIT License](LICENSE).
[#1168]: https://github.com/node-red/node-red/issues/1168
[#902]: https://github.com/node-red/node-red/issues/902
[#698]: https://github.com/node-red/node-red/issues/698
[embedded Node-RED]: http://nodered.org/docs/embedding
[embedded Node-RED]: http://nodered.org/docs/embedding

0 comments on commit 6851566

Please sign in to comment.