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 @@
Specificaties van de te beheren producten
```blockdiag
blockdiag {
blockdiag -> generates -> "block-diagrams";
blockdiag -> is -> "very easy!";
blockdiag [color = "greenyellow"];
"block-diagrams" [color = "pink"];
"very easy!" [color = "orange"];
```plantuml
@startuml
left to right direction
skinparam packageStyle rectangle
skinparam monochrome true
actor customer
actor clerk
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