Skip to content

Commit a5cca84

Browse files
authored
run graph feature for dot example (#58)
1 parent 77ca93c commit a5cca84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The API provides the basic iterators needed to implement graph algorithms like s
5757

5858
However, you may want to use another library that leverages a denser representation and already has all the classic algorithms implemented. This crate provides integration with petgraph. Here is a ripple-carry adder example which converts the netlist to a petgraph which is then converted to a dot graph:
5959

60-
`cargo run --example connections | dot -Tsvg > adder.svg`
60+
`cargo run --features graph --example connections | dot -Tsvg > adder.svg`
6161

6262
Then, open it up and take a look:
6363

0 commit comments

Comments
 (0)