Skip to content

Commit 9643178

Browse files
committed
fix readme
1 parent 0c06649 commit 9643178

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

book/simple.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ JSON file:
4141
}
4242
```
4343
The abbreviations in the definition of the edges are:
44-
* `tn` - target node
45-
* `th` - target handle - for a node with multiple input parameters the target handle specifies which input parameter to use.
46-
* `sn` - source node
47-
* `sh` - source handle - for a node with multiple output parameters the source handle specifies which output parameter to use.
44+
* `target` - target node
45+
* `targetPort` - target port - for a node with multiple input parameters the target port specifies which input parameter to use.
46+
* `source` - source node
47+
* `sourcePort` - source port - for a node with multiple output parameters the source port specifies which output parameter to use.
4848

4949
As the workflow does not require any additional resources, as it is only using built-in functionality of the Python standard
5050
library.

0 commit comments

Comments
 (0)