Skip to content

Commit f32e8cc

Browse files
committed
Tweak
1 parent e203462 commit f32e8cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guide/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Console.WriteLine(result); // Pong: Hello
5353
That's it. No interfaces, no base classes, no registration — the source generator handles everything at compile time with near-direct-call performance.
5454

5555
::: tip Zero Configuration Required
56-
The defaults are optimized for the most common use cases. You do **not** need `[assembly: MediatorConfiguration]` — it exists only as an escape hatch when you want to change a specific default behavior. See [Configuration](./configuration) for the full list of options.
56+
The library tries to do the right thing by default — discovery, lifetimes, routing, and endpoints all just work. Configuration options exist only as an escape hatch when you need more control. See [Configuration](./configuration) for the full list.
5757
:::
5858

5959
## Async Handlers

0 commit comments

Comments
 (0)