Skip to content

Commit

Permalink
馃摑 add note about edge priority
Browse files Browse the repository at this point in the history
  • Loading branch information
ehne committed Aug 14, 2021
1 parent 9dec9dd commit 3985034
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -31,6 +31,7 @@ graph.add_node(Node("node_a", value="hihi"))

- `outline` options on methods don't exist any more. Text no longer has any outlines.
- You can no longer compare nodes with other nodes like `NodeA > NodeB`. To do this now, you need to specify the priority: `NodeA.priority() > NodeB.priority()`
- The above also applies to edges.


#### Todo
Expand Down

0 comments on commit 3985034

Please sign in to comment.