File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ layout: about-single
3
3
title : About
4
4
---
5
5
6
- Node-RED is a flow-based programming tool, original developed by [ IBM's Emerging Technology Services] ( https://emerging-technology.co.uk )
6
+ Node-RED is a flow-based programming tool, originally developed by [ IBM's Emerging Technology Services] ( https://emerging-technology.co.uk )
7
7
team and now a part of the [ JS Foundation] ( https://js.foundation ) .
8
8
9
9
### Flow-based Programming
@@ -21,7 +21,7 @@ without having to understand the individual lines of code within each node.
21
21
22
22
### Runtime/Editor
23
23
24
- Node-RED consists of a Node.js- based runtime that you point a web browser at to
24
+ Node-RED consists of a Node.js based runtime that you point a web browser at to
25
25
access the flow editor. Within the browser you create your application by dragging
26
26
nodes from your palette into a workspace and start to wire them together. With a
27
27
single click, the application is deployed back to the runtime where it is run.
You can’t perform that action at this time.
0 commit comments