Skip to content

Commit d577dd3

Browse files
committed
Fix png from dot instructions
Fix the filenames in the comment suggesting how to generate a png from the dot file. Signed-off-by: Joshua Lock <[email protected]>
1 parent 9f09b42 commit d577dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tap1-1.dot

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Converted into a png with: dot -Tpng -o tap1-flow.png tap1-flow.dot
1+
// Converted into a png with: dot -Tpng -o tap1-1.png tap1-1.dot
22
digraph {
33
node[shape=box, style=rounded]
44

0 commit comments

Comments
 (0)