diff --git a/docs/examples.md b/docs/examples.md index bf3b35d..17f6635 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -405,6 +405,12 @@ This is a stepping stone to more complex stock monitoring examples. - `StockService`: Generates stock price updates in a worker thread - `StockProcessor`: Processes updates, applies alerts, and emits results - `StockViewModel`: Maintains state for the UI (in this case, a console UI) + +**Screenshot:** +
Stock Monitor Console: Real-time price updates, alert configuration, and notification history in action
+Stock Monitor UI: Real-time price updates, alert configuration, and notification history in action
+