Skip to content

Commit 68e26ae

Browse files
authored
Update README.md
1 parent 2ee4775 commit 68e26ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
Mediator implementation in kotlin with native coroutine support. Supports Spring-Boot, Quarkus and Koin dependency
66
providers.
77

8+
> [!TIP]
9+
> "kedi" in Turkish means cat 🐱 and kediatR ryhms with the C# equivalent library [mediatr](https://github.com/jbogard/MediatR) :)
10+
811
Documentation is available at [https://trendyol.github.io/kediatR/](https://trendyol.github.io/kediatR/)
912

1013
## Show me the code
@@ -48,3 +51,4 @@ val mediator = // create mediator instance in-memory or with dependency injectio
4851
mediator.send(PingQuery()) // 1..1
4952
mediator.send(PingNotification()) // 0..N
5053
```
54+

0 commit comments

Comments
 (0)