Skip to content

Commit a5163a8

Browse files
committed
chore: updated readme
1 parent ef74677 commit a5163a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# InboxOutboxModule intro
1+
# InboxOutboxModule
22

33
The `InboxOutboxModule` is solution designed for NestJS to tackle the challenges of dual write and reliable event delivery in distributed systems. It addresses scenarios where one module emits an integration event, and another module must receive and process this information to maintain system-wide data consistency, which is not possible with a in-memory event bus.
44

0 commit comments

Comments
 (0)