website: Recommend SVG instead of PNG for graph output

This commit is contained in:
Seth Vargo 2018-03-08 19:22:21 -05:00 committed by Martin Atkins
parent c05a1050fc
commit 12f8c90a51
1 changed files with 1 additions and 1 deletions

View File

@ -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: