We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f88537c commit 28f4e61Copy full SHA for 28f4e61
scripts/gqm_gen/README.md
@@ -31,7 +31,7 @@ npm install
31
Builds the mermaid diagram and outputs it to stdout.
32
33
```bash
34
-npm run --silent start > gqm.mmd && mmdc --input gqm.md --output gqm.png
+npm run --silent start > gqm.md && mmdc --input gqm.md --output gqm.png
35
```
36
37
Note that the file ending `.mmd` is not a typo. It is mermaid markdown file.
0 commit comments