Skip to content

Commit a2e679d

Browse files
authored
Update README.md
1 parent d11a69a commit a2e679d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The generated diagram is saved as .PNG file
99
So far you can create only sequence diagrams and add Participants, directional and undirectional edges, labels for edges and set a title for the diagram.
1010
I'll be updating this repository whenever I need the tool to support more functionality, feel free to create an Issue with a feature request. Since I just started this project, contributing should also be quite easy (I appreciate any contribution).
1111

12-
You don't need to download any dependencies such as plantUML or Graphviz. go-uml is using a 2D graphics engine written 100% in Go https://github.com/fogleman/gg
12+
You don't need to download any dependencies such as plantUML or Graphviz, which is what most of the tools out there require and what was also my motivation to start this project. go-uml is using a 2D graphics engine written 100% in Go https://github.com/fogleman/gg
1313

1414
# Example
1515

0 commit comments

Comments
 (0)