website: Recommend SVG instead of PNG for graph output

pull/17539/head
Seth Vargo 8 years ago committed by Martin Atkins
parent c05a1050fc
commit 12f8c90a51

@ -47,7 +47,7 @@ easily be converted to an image by making use of `dot` provided
by GraphViz:
```shell
$ terraform graph | dot -Tpng > graph.png
$ terraform graph | dot -Tsvg > graph.svg
```
Here is an example graph output:

Loading…
Cancel
Save