From a4fa6504712b88965e770897da8f408496a54d40 Mon Sep 17 00:00:00 2001 From: Diomidis Spinellis Date: Tue, 13 Jun 2023 15:23:31 +0300 Subject: [PATCH] Add related tools --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 49903ed..0cb420c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # UMLGraph - Declarative Drawing of UML Diagrams -[![Build Status](https://travis-ci.org/dspinellis/UMLGraph.svg?branch=master)](https://travis-ci.org/dspinellis/UMLGraph) - *UMLGraph* allows the declarative specification and drawing of UML diagrams. You can browse the system's documentation through [this link](http://www.spinellis.gr/umlgraph/doc/index.html), @@ -64,3 +62,6 @@ javadoc { **Jar download**: +## See also +* [Mermaid diagramming and charting tool](https://mermaid.js.org/) (JavaScript-based; easier syntax, good Markdown integration; interactive diagrams) +* [PlantUML](https://plantuml.com/) (Java-based; supports IDEs and more diagram types)