diff --git a/README.md b/README.md index e4a728b..f826dc6 100644 --- a/README.md +++ b/README.md @@ -205,6 +205,8 @@ To see this in action, download the repository and run: cargo doc -p doc-example --open ``` +![image](doc-diagram-example.png) + ### Without DSL The `state_machine` macro has limited capabilities (for example, a state diff --git a/doc-diagram-example.png b/doc-diagram-example.png new file mode 100644 index 0000000..77ddcc7 Binary files /dev/null and b/doc-diagram-example.png differ