diff --git a/docs/events/projections/aggregate-projections.md b/docs/events/projections/aggregate-projections.md index e5451e8932..37b8b888aa 100644 --- a/docs/events/projections/aggregate-projections.md +++ b/docs/events/projections/aggregate-projections.md @@ -104,6 +104,10 @@ public class TripProjection: SingleStreamProjection And register that projection like this: +::: tip +Remember to start the Async Daemon when using async projections, see [Asynchronous Projections Daemon](/events/projections/async-daemon.html) +::: + ```cs