diff --git a/README.md b/README.md index ea3ff932..01f9e87e 100644 --- a/README.md +++ b/README.md @@ -586,7 +586,7 @@ Returns all direct child nodes of the passed node. Returns all direct incoming nodes of the passed node. -`getOutgoers = (node: Node, elements: Elements): Node[]` +`getIncomers = (node: Node, elements: Elements): Node[]` ### getConnectedEdges