Skip to content

Commit 7e22b0b

Browse files
committed
Updated docs
1 parent 627c2e5 commit 7e22b0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ YAML configuration files. The main idea behind the
77
project is to easily maintain up-to-date diagrams within a code-base or document
88
legacy code. The configuration file or files for `clang-uml` define the
99
types and contents of each generated diagram.
10-
The diagrams can be generated in [PlantUML](https://plantuml.com) and JSON formats.
10+
The diagrams can be generated in [PlantUML](https://plantuml.com),
11+
[MermaidJS](https://mermaid.js.org/) and JSON formats.
1112

1213
Example sequence diagram generated using `clang-uml` from [this code](https://github.com/bkryza/clang-uml/blob/master/tests/t20029/t20029.cc):
1314
![Sample sequence diagram](test_cases/t20029_sequence.svg)

0 commit comments

Comments
 (0)