We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88fca43 commit a620dd2Copy full SHA for a620dd2
1 file changed
README.md
@@ -28,7 +28,8 @@ The Content Type's Display Name, UID, Last Modified Date, and Version number is
28
1. The `csdx content-type:diagram` command creates a visual representation of a Stack's content model.
29
* The ouput format can be either `svg` or `dot`.
30
* The diagram's orientation can be changed, using the `-d landscape|portrait` flag.
31
- * The layout engine is [GraphViz](https://graphviz.org/). You can export the generated DOT Language, using the `-t dot` flag.
+ * [GraphViz](https://graphviz.org/) is the layout engine. You can export the generated DOT Language source, using the `-t dot` flag.
32
+ * 
33
34
## How to install this plugin
35
0 commit comments