Skip to content

Commit

Permalink
doc: added plantuml proxy services
Browse files Browse the repository at this point in the history
  • Loading branch information
jfayot committed Aug 26, 2024
1 parent 2986bf3 commit b5b79be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,7 @@ A Dynamic StateMachine where states and transitions are created runtime.

Considering the following minimal state machine, it can be coded as follows:

```plantuml
hide empty description
[*] -right-> s0
s0 -right-> s1
```
![basic-uml](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/jfayot/dynamic-state-machine/master/resources/basic.puml)

### Flat-style StateMachine setup

Expand Down
5 changes: 5 additions & 0 deletions resources/basic.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@startuml
hide empty description
[*] -right-> s0
s0 -right-> s1
@enduml

0 comments on commit b5b79be

Please sign in to comment.