Skip to content

Commit 28f4e61

Browse files
Update scripts/gqm_gen/README.md
changed gqm.mmd to gqm.md Co-authored-by: Jeff Bailey <[email protected]>
1 parent f88537c commit 28f4e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gqm_gen/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ npm install
3131
Builds the mermaid diagram and outputs it to stdout.
3232

3333
```bash
34-
npm run --silent start > gqm.mmd && mmdc --input gqm.md --output gqm.png
34+
npm run --silent start > gqm.md && mmdc --input gqm.md --output gqm.png
3535
```
3636

3737
Note that the file ending `.mmd` is not a typo. It is mermaid markdown file.

0 commit comments

Comments
 (0)