Skip to content

Commit d641554

Browse files
authored
Update README.md
1 parent f7b5c94 commit d641554

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# go-uml
2-
Just a little tool to create UML Diagrams built in Go. You can use it to build simple sequence diagrams, however, this project is still under development
2+
Just a little tool to create UML Diagrams built in Go. You can use it already to build simple sequence diagrams, however, this project is still under development
33
and you won't find some functionalities yet such as
44

55
- provide conditional flows
66

7+
The generated diagram is saved as .PNG file
8+
9+
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.
10+
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)
11+
712
# Example
813

914
```
@@ -37,4 +42,4 @@ and you won't find some functionalities yet such as
3742
3843
```
3944
Result PNG file:
40-
![image description](./examples/user_starts_chatting.png)
45+
![image description](./examples/user_starts_chatting.png)

0 commit comments

Comments
 (0)