Skip to content
Snippets Groups Projects
Commit b4ad5ea0 authored by Onno Haldar's avatar Onno Haldar
Browse files

Update README.md

parent c0c6b3ab
No related branches found
No related tags found
No related merge requests found
...@@ -2,13 +2,18 @@ ...@@ -2,13 +2,18 @@
Specificaties van de te beheren producten Specificaties van de te beheren producten
```blockdiag ```plantuml
blockdiag { @startuml
blockdiag -> generates -> "block-diagrams"; left to right direction
blockdiag -> is -> "very easy!"; skinparam packageStyle rectangle
skinparam monochrome true
blockdiag [color = "greenyellow"]; actor customer
"block-diagrams" [color = "pink"]; actor clerk
"very easy!" [color = "orange"]; rectangle checkout {
customer -- (checkout)
(checkout) .> (payment) : include
(help) .> (checkout) : extends
(checkout) -- clerk
} }
@enduml
``` ```
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment