From 31aebca134e40899c0b0f3c7fc46202352cb3e4b Mon Sep 17 00:00:00 2001 From: Neil Cuzon <58763315+NeilCuzon@users.noreply.github.com> Date: Wed, 28 Oct 2020 00:38:21 -0700 Subject: [PATCH] Update classDiagram.md --- docs/classDiagram.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/classDiagram.md b/docs/classDiagram.md index 5bced23a2..f49713f79 100644 --- a/docs/classDiagram.md +++ b/docs/classDiagram.md @@ -1,5 +1,7 @@ # Class diagrams +**Edit this Page** [![N|Solid](img/GitHub-Mark-32px.png)](https://github.com/mermaid-js/mermaid/blob/develop/docs/classDiagram.md) + > "In software engineering, a class diagram in the Unified Modeling Language (UML) is a type of static structure diagram that describes the structure of a system by showing the system's classes, their attributes, operations (or methods), and the relationships among objects." > Wikipedia