diff --git a/website/docs/commands/graph.html.markdown b/website/docs/commands/graph.html.markdown
index ce7d3928f7..b7d677c7bc 100644
--- a/website/docs/commands/graph.html.markdown
+++ b/website/docs/commands/graph.html.markdown
@@ -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: