Skip to content

Commit 7d10174

Browse files
authored
Put 3 screenshots
1 parent 2c4022a commit 7d10174

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ cargo run --bin flyweight
7171
cargo run --bin proxy
7272
```
7373

74+
Some examples have visual output.
75+
76+
| Flyweight | State | Command |
77+
| --------- | ----- | ------- |
78+
| [<img width="150" src="structural/flyweight/res/forest.svg"/>](structural/flyweight) | [<img width="246" src="behavioral/state/images/playing.png"/>](behavioral/state) | [<img width="246" src="behavioral/command/res/editor.png"/>](behavioral/command) |
79+
7480
## 💡 Notes
7581

7682
Interestingly, in Rust:

0 commit comments

Comments
 (0)