Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ctongfei authored Aug 15, 2022
1 parent b78ae1b commit 9e840d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# py-dagviz
# py-dagviz [![PyPI version](https://badge.fury.io/py/py-dagviz.svg)](https://badge.fury.io/py/py-dagviz)
This package creates a text rendering of a directed acyclic graph (DAG) for visualization purposes in a terminal.
It contains a single function `visualize_dag` that takes a [`networkx.DiGraph`](https://networkx.org/documentation/stable/reference/classes/digraph.html) object from the [networkx](https://networkx.org/) package.
```
Expand Down

0 comments on commit 9e840d0

Please sign in to comment.